diff options
author | Adam Hoka <ahoka@NetBSD.org> | 2009-06-14 13:18:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-06-14 13:18:10 +0000 |
commit | d6dcfc7f5bce6ed9f8a662ee25ed297ebca35207 (patch) | |
tree | 4b64520d3b9892b080b49ba7b7333f4d3b82b4ba | |
parent | 7d582280558e1eb2b2b41a911e06e13916cfc7b5 (diff) | |
download | ffmpeg-d6dcfc7f5bce6ed9f8a662ee25ed297ebca35207.tar.gz |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1632,6 +1632,8 @@ case $target_os in freebsd) disable need_memalign ;; + dragonfly) + ;; bsd/os) osextralibs="-lpoll -lgnugetopt" strip="strip -d" |