Commit 1c86c507 authored by ramiro's avatar ramiro

Remove forced -pthread for freebsd.

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 896d2c62
...@@ -1127,10 +1127,6 @@ case $targetos in ...@@ -1127,10 +1127,6 @@ case $targetos in
;; ;;
freebsd) freebsd)
need_memalign="no" need_memalign="no"
add_cflags "-pthread"
;;
gnu/kfreebsd)
add_cflags "-pthread"
;; ;;
bsd/os) bsd/os)
osextralibs="-lpoll -lgnugetopt -lm" osextralibs="-lpoll -lgnugetopt -lm"
......
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