mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-13 18:19:35 +00:00
10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
12043e1d8b
commit
0abd691683
2
configure
vendored
2
configure
vendored
@ -1093,7 +1093,7 @@ fi
|
|||||||
if test "$pthreads" = "yes" ; then
|
if test "$pthreads" = "yes" ; then
|
||||||
echo "HAVE_PTHREADS=yes" >> config.mak
|
echo "HAVE_PTHREADS=yes" >> config.mak
|
||||||
echo "#define HAVE_PTHREADS 1" >> $TMPH
|
echo "#define HAVE_PTHREADS 1" >> $TMPH
|
||||||
if $targetos != FreeBSD; then
|
if test $targetos != FreeBSD; then
|
||||||
extralibs="$extralibs -lpthread"
|
extralibs="$extralibs -lpthread"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user