[vlc-devel] commit: FFmpeg: activate mp3lame in Win32 contribs (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 22 14:46:18 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 21 22:22:19 2009 +0200| [860d2cb0c07197702099745742357263e2c915b6] | committer: Jean-Baptiste Kempf
FFmpeg: activate mp3lame in Win32 contribs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=860d2cb0c07197702099745742357263e2c915b6
---
extras/contrib/src/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 217607d..5995b30 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1028,7 +1028,7 @@ ifdef HAVE_DARWIN_OS
ifdef HAVE_DARWIN_OS_ON_INTEL
(cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch)
else
- (cd $@; patch -p0 < ../Patches/ffmpeg-darwin-ppc-mdynamic.patch)
+ (cd $@; patch -p0 < ../Patches/ffmpeg-darwin-ppc-mdynamic.patch)
endif
endif
ifdef HAVE_UCLIBC
@@ -1065,7 +1065,7 @@ FFMPEGCONF += \
--disable-protocols \
--disable-network
ifdef HAVE_WIN32
-FFMPEGCONF += --disable-bzlib --disable-decoder=dca --disable-encoder=ac3
+FFMPEGCONF += --disable-bzlib --disable-decoder=dca --disable-encoder=ac3 --enable-libmp3lame
endif
ifdef HAVE_WINCE
More information about the vlc-devel
mailing list