Commit 0abd6916 authored by Michael Niedermayer's avatar Michael Niedermayer

10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)

Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 12043e1d
......@@ -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
......
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