[vlc-devel] commit: Contrib: Deactivate ac3 encoder on Win64 if we want a chance to build ( Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Sep 3 01:04:44 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep  3 01:04:20 2009 +0200| [04274b26a4b5be2e5b792dcac66266b26b47850f] | committer: Jean-Baptiste Kempf 

Contrib: Deactivate ac3 encoder on Win64 if we want a chance to build

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

 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 5c318e5..2396d9d 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1051,7 +1051,7 @@ FFMPEGCONF += \
 	--disable-protocols \
 	--disable-network
 ifdef HAVE_WIN32
-FFMPEGCONF += --disable-bzlib --disable-decoder=dca
+FFMPEGCONF += --disable-bzlib --disable-decoder=dca --disable-encoder=ac3
 endif
 
 ifdef HAVE_WINCE




More information about the vlc-devel mailing list