diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-16 12:39:28 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-16 12:39:28 +0000 |
commit | 0abd691683222ba061360bf668891974d5d53388 (patch) | |
tree | 3d8d4cfa2d05c6e6e8995f4a2cd5ed5644d94899 /configure | |
parent | 12043e1d8b541589eb70f0f5c0cc02db7482bcfb (diff) | |
download | ffmpeg-streaming-0abd691683222ba061360bf668891974d5d53388.zip ffmpeg-streaming-0abd691683222ba061360bf668891974d5d53388.tar.gz |
10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1093,7 +1093,7 @@ fi if test "$pthreads" = "yes" ; then echo "HAVE_PTHREADS=yes" >> config.mak echo "#define HAVE_PTHREADS 1" >> $TMPH - if $targetos != FreeBSD; then + if test $targetos != FreeBSD; then extralibs="$extralibs -lpthread" fi fi |