diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-17 19:35:42 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-17 19:35:42 +0000 |
commit | dbd255cda1c142c8779a1aed9b8561b1c800e357 (patch) | |
tree | 7cd5469672646cb8f8df82e52a528a8c9afe43bf | |
parent | 1c915f83705dd1c7fcbbfb091f5e2a22c3bd5925 (diff) | |
download | ffmpeg-dbd255cda1c142c8779a1aed9b8561b1c800e357.tar.gz |
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
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |