From 90b4f091770b38b803ce63a9dba2c03b643e732d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 14 Jun 2009 14:49:46 +0000 Subject: [PATCH] Merge FreeBSD and DragonFlyBSD OS detection sections. Apparently DragonFlyBSD does not need memalign either. Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index de4198977b..38f84a823a 100755 --- a/configure +++ b/configure @@ -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" -- GitLab