From d6dcfc7f5bce6ed9f8a662ee25ed297ebca35207 Mon Sep 17 00:00:00 2001 From: Adam Hoka Date: Sun, 14 Jun 2009 13:18:10 +0000 Subject: [PATCH] Add DragonFlyBSD to the list of supported OSes. patch by Adam Hoka, ahoka NetBSD org Originally committed as revision 19190 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 5136751094..de4198977b 100755 --- a/configure +++ b/configure @@ -1632,6 +1632,8 @@ case $target_os in freebsd) disable need_memalign ;; + dragonfly) + ;; bsd/os) osextralibs="-lpoll -lgnugetopt" strip="strip -d"