[vlc-devel] commit: contrib: add --enable-pthreads/--enable-w32threads to ffmpeg ( Ilkka Ollakka )
git version control
git at videolan.org
Sun Nov 8 15:07:42 CET 2009
vlc | branch: master | Ilkka Ollakka <ileoo at iki.fi> | Sun Nov 8 15:37:16 2009 +0200| [4863c909f98a10736b994ca6c06d749e3cbeda44] | committer: Ilkka Ollakka
contrib: add --enable-pthreads/--enable-w32threads to ffmpeg
Should work in linux, no idea on win32 builds, so you're free to reverts
if it kills your kittens.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4863c909f98a10736b994ca6c06d749e3cbeda44
---
extras/contrib/src/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 25600e9..282bc9f 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1048,7 +1048,9 @@ FFMPEGCONF += \
--disable-protocols \
--disable-network
ifdef HAVE_WIN32
-FFMPEGCONF += --disable-bzlib --disable-decoder=dca --disable-encoder=ac3 --enable-libmp3lame
+FFMPEGCONF += --disable-bzlib --disable-decoder=dca --disable-encoder=ac3 --enable-libmp3lame --enable-w32threads
+else
+FFMPEGCONFG += --enable-pthreads
endif
ifdef HAVE_WINCE
More information about the vlc-devel
mailing list