[vlc-devel] commit: Don't make liba52 inside ffmpeg. What is the point. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jun 28 05:54:43 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Sat Jun 28 05:54:30 2008 +0200| [4bdbeaeed32ab0dcc673c3f7420d1bd221125d43]

Don't make liba52 inside ffmpeg. What is the point.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4bdbeaeed32ab0dcc673c3f7420d1bd221125d43
---

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index c74af79..b38f158 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -132,7 +132,7 @@ endif
 FFMPEGCONF+= --enable-small --disable-debug --disable-mpegaudio-hp
 FFMPEG_CFLAGS += -DHAVE_LRINTF --std=c99
 else
-FFMPEGCONF+= --enable-libmp3lame --enable-libfaac --enable-liba52 --enable-swscale
+FFMPEGCONF+= --enable-libmp3lame --enable-libfaac --enable-swscale
 endif
 
 ifdef HAVE_BEOS




More information about the vlc-devel mailing list