Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
MozillaFirefox.3724
mozilla-disable-webm-dependencies.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-disable-webm-dependencies.patch of Package MozillaFirefox.3724
# HG changeset patch # Parent 73504965593e6344d445c058f2cf7107c33548a8 # Parent 84fc3fa13e0b956e77704149ae9421c0d5aee968 Make the encoder portion dependent on WebM as such (bmo#964484) diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -5418,16 +5418,19 @@ AC_SUBST_LIST(MOZ_LIBVPX_CFLAGS) AC_SUBST_LIST(MOZ_LIBVPX_LIBS) if test "$MOZ_WEBM"; then if test "$MOZ_SAMPLE_TYPE_FLOAT32"; then MOZ_VORBIS=1 else MOZ_TREMOR=1 fi +else + MOZ_WEBM_ENCODER= + MOZ_VORBIS=1 fi if test -n "$MOZ_VPX" -a -z "$MOZ_NATIVE_LIBVPX"; then dnl Detect if we can use an assembler to compile optimized assembly for libvpx. dnl We currently require yasm on all x86 platforms and require yasm 1.1.0 on Win32. dnl We currently require gcc on all arm platforms. VPX_AS=$YASM
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor