summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAdam Hoka <ahoka@NetBSD.org>2009-06-14 13:18:10 +0000
committerDiego Biurrun <diego@biurrun.de>2009-06-14 13:18:10 +0000
commitd6dcfc7f5bce6ed9f8a662ee25ed297ebca35207 (patch)
tree4b64520d3b9892b080b49ba7b7333f4d3b82b4ba /configure
parent7d582280558e1eb2b2b41a911e06e13916cfc7b5 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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"