1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 16:55:05 +02:00

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
This commit is contained in:
Adam Hoka 2009-06-14 13:18:10 +00:00 committed by Diego Biurrun
parent 7d58228055
commit d6dcfc7f5b

2
configure vendored
View File

@ -1632,6 +1632,8 @@ case $target_os in
freebsd)
disable need_memalign
;;
dragonfly)
;;
bsd/os)
osextralibs="-lpoll -lgnugetopt"
strip="strip -d"