1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 08:54:48 +02:00

Remove forced -pthread for freebsd.

Configure properly detects which flags are needed on --enable-pthreads

Originally committed as revision 10524 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2007-09-17 19:35:42 +00:00
parent 1c915f8370
commit dbd255cda1

4
configure vendored
View File

@ -1127,10 +1127,6 @@ case $targetos in
;;
freebsd)
need_memalign="no"
add_cflags "-pthread"
;;
gnu/kfreebsd)
add_cflags "-pthread"
;;
bsd/os)
osextralibs="-lpoll -lgnugetopt -lm"