Closed
Bug 571116
Opened 16 years ago
Closed 16 years ago
Configure option --disable-webm doesn't disable webm
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cpearce, Unassigned)
References
Details
Attachments
(1 file)
|
842 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
From bug 566247 comment 35:
Walter Meinl 2010-06-09 02:48:28 PDT:
Since we have to include some changes before we can build vp8 on OS/2 I tried
to build with "--disable-webm" by adding the respective line to my .mozconfig.
However, disabling did not work in autoconf.mk it was still MOZ_WEBM = 1.
I think, there is a mistake in configure in.
+MOZ_ARG_DISABLE_BOOL(vp8,
>+[ --disable-webm Disable WebM with VP8 video and Vorbis audio support],
When I substitute the first line by
+MOZ_ARG_DISABLE_BOOL(webm,
>+[ --disable-webm Disable WebM with VP8 video and Vorbis audio
disabling works perfectly (in autoconf.mk: MOZ_WEBM =)
Attachment #450227 -
Flags: review?(ted.mielczarek)
| Reporter | ||
Comment 1•16 years ago
|
||
Note to self: update bug number in patch commit message before landing.
Updated•16 years ago
|
Attachment #450227 -
Flags: review?(ted.mielczarek) → review+
| Reporter | ||
Comment 2•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•