[FFmpeg-cvslog] r19191 - trunk/configure

diego subversion
Sun Jun 14 16:49:46 CEST 2009


Author: diego
Date: Sun Jun 14 16:49:46 2009
New Revision: 19191

Log:
Merge FreeBSD and DragonFlyBSD OS detection sections.
Apparently DragonFlyBSD does not need memalign either.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun 14 15:18:10 2009	(r19190)
+++ trunk/configure	Sun Jun 14 16:49:46 2009	(r19191)
@@ -1629,11 +1629,9 @@ case $target_os in
         oss_demuxer_extralibs="-lossaudio"
         oss_muxer_extralibs="-lossaudio"
         ;;
-    freebsd)
+    freebsd|dragonfly)
         disable need_memalign
         ;;
-    dragonfly)
-        ;;
     bsd/os)
         osextralibs="-lpoll -lgnugetopt"
         strip="strip -d"



More information about the ffmpeg-cvslog mailing list