[FFmpeg-cvslog] r10524 - trunk/configure

ramiro subversion
Mon Sep 17 21:35:42 CEST 2007


Author: ramiro
Date: Mon Sep 17 21:35:42 2007
New Revision: 10524

Log:
Remove forced -pthread for freebsd.
Configure properly detects which flags are needed on --enable-pthreads

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Sep 17 21:35:42 2007
@@ -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"




More information about the ffmpeg-cvslog mailing list