Commit 9c2c28dc authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3022 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a1bff022
......@@ -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