summaryrefslogtreecommitdiffstats
path: root/contrib/Jamfile
diff options
context:
space:
mode:
authorsaintdev <[email protected]>2007-08-30 02:18:53 +0000
committersaintdev <[email protected]>2007-08-30 02:18:53 +0000
commit72e5ac2f7ff85a32c836699f670dcb09e8a18f01 (patch)
tree7b0df5f1ed71871e80fb275e23895458b1b965b2 /contrib/Jamfile
parent67ea41b5fefacbfb6b843cd5670d04f9c285f499 (diff)
Enable the use of pthreads in ffmpeg.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@899 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r--contrib/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile
index 5bd760ab9..579a35ec7 100644
--- a/contrib/Jamfile
+++ b/contrib/Jamfile
@@ -61,7 +61,7 @@ actions LibAvCodec
cd `dirname $(>)` && CONTRIB=`pwd` &&
rm -rf ffmpeg && tar xzf ffmpeg.tar.gz &&
cd ffmpeg && $(FFMPEG_PATCH) &&
- ./configure --prefix=$CONTRIB --enable-gpl --enable-swscaler --disable-audio-beos --disable-shared --enable-static \
+ ./configure --prefix=$CONTRIB --enable-gpl --enable-pthreads --enable-swscaler --disable-audio-beos --disable-shared --enable-static \
--disable-decoders --enable-decoder=mp2 --disable-parsers --enable-parser=mpegaudio \
--disable-encoders --enable-encoder=mpeg4 --enable-encoder=ac3 --enable-encoder=snow \
--disable-muxers --disable-demuxers --disable-protocols --disable-bsfs &&