Commit d6dcfc7f authored by Adam Hoka's avatar Adam Hoka Committed by Diego Biurrun

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
parent 7d582280
...@@ -1632,6 +1632,8 @@ case $target_os in ...@@ -1632,6 +1632,8 @@ case $target_os in
freebsd) freebsd)
disable need_memalign disable need_memalign
;; ;;
dragonfly)
;;
bsd/os) bsd/os)
osextralibs="-lpoll -lgnugetopt" osextralibs="-lpoll -lgnugetopt"
strip="strip -d" strip="strip -d"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment