Commit 4863c909 authored by Ilkka Ollakka's avatar 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.
parent 0530b185
...@@ -1048,7 +1048,9 @@ FFMPEGCONF += \ ...@@ -1048,7 +1048,9 @@ FFMPEGCONF += \
--disable-protocols \ --disable-protocols \
--disable-network --disable-network
ifdef HAVE_WIN32 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 endif
ifdef HAVE_WINCE ifdef HAVE_WINCE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment