Closed
Bug 869251
Opened 12 years ago
Closed 12 years ago
Disable omx decoder and camera on gonk-JB
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: mwu, Assigned: mwu)
References
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
Disabling the omx decoder and camera code will get us building for now on gonk-JB.
I had to add includes to gfx/layers/Makefile.in to get GonkIOSurfaceImage.cpp to build. It seemed easier to make that build than to figure out how to ifdef it out.
Attachment #746144 -
Flags: review?(chris.double)
Comment 1•12 years ago
|
||
Comment on attachment 746144 [details] [diff] [review]
Disable omx decoder and camera on gonk-JB
Can you split the patch up into C++ code changes which I'll review and build file changes which a build peer will need to review. I'll review then.
Attachment #746144 -
Flags: review?(chris.double) → review-
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #746144 -
Attachment is obsolete: true
Attachment #746149 -
Flags: review?(chris.double)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #746150 -
Flags: review?(mh+mozilla)
Comment 4•12 years ago
|
||
Comment on attachment 746149 [details] [diff] [review]
Disable omx decoder and camera on gonk-JB (code changes)
Review of attachment 746149 [details] [diff] [review]:
-----------------------------------------------------------------
I suggest doing a try build to ensure nothing breaks on non-gonk platforms due to these changes.
Attachment #746149 -
Flags: review?(chris.double) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Comment on attachment 746150 [details] [diff] [review]
Disable omx decoder and camera on gonk-JB (build changes)
Review of attachment 746150 [details] [diff] [review]:
-----------------------------------------------------------------
::: configure.in
@@ +205,4 @@
> 15)
> GONK_INCLUDES="-I$gonkdir/frameworks/base/opengl/include -I$gonkdir/frameworks/base/native/include -I$gonkdir/frameworks/base/include -I$gonkdir/frameworks/base/services/camera -I$gonkdir/frameworks/base/include/media/stagefright -I$gonkdir/frameworks/base/include/media/stagefright/openmax -I$gonkdir/frameworks/base/media/libstagefright/rtsp -I$gonkdir/frameworks/base/media/libstagefright/include -I$gonkdir/external/dbus -I$gonkdir/external/bluetooth/bluez/lib -I$gonkdir/dalvik/libnativehelper/include/nativehelper"
> MOZ_B2G_BT=1
> + MOZ_B2G_CAMERA=1
This enables camera where it was not enabled before, is that wanted?
Attachment #746150 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #6)
> Comment on attachment 746150 [details] [diff] [review]
> Disable omx decoder and camera on gonk-JB (build changes)
>
> Review of attachment 746150 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: configure.in
> @@ +205,4 @@
> > 15)
> > GONK_INCLUDES="-I$gonkdir/frameworks/base/opengl/include -I$gonkdir/frameworks/base/native/include -I$gonkdir/frameworks/base/include -I$gonkdir/frameworks/base/services/camera -I$gonkdir/frameworks/base/include/media/stagefright -I$gonkdir/frameworks/base/include/media/stagefright/openmax -I$gonkdir/frameworks/base/media/libstagefright/rtsp -I$gonkdir/frameworks/base/media/libstagefright/include -I$gonkdir/external/dbus -I$gonkdir/external/bluetooth/bluez/lib -I$gonkdir/dalvik/libnativehelper/include/nativehelper"
> > MOZ_B2G_BT=1
> > + MOZ_B2G_CAMERA=1
>
> This enables camera where it was not enabled before, is that wanted?
Yup. It was being enabled in the mozconfig previously, but only for compatibility with an old and completely unsupported configuration. It makes sense to just enable camera by default on ICS where it's supported now and simplify the mozconfig.
Assignee | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•