diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-06-14 14:49:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-06-14 14:49:46 +0000 |
commit | 90b4f091770b38b803ce63a9dba2c03b643e732d (patch) | |
tree | 2e0dc03743376967687eb2a33a8c457172cd8475 /configure | |
parent | d6dcfc7f5bce6ed9f8a662ee25ed297ebca35207 (diff) | |
download | ffmpeg-90b4f091770b38b803ce63a9dba2c03b643e732d.tar.gz |
Merge FreeBSD and DragonFlyBSD OS detection sections.
Apparently DragonFlyBSD does not need memalign either.
Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1629,11 +1629,9 @@ case $target_os in oss_demuxer_extralibs="-lossaudio" oss_muxer_extralibs="-lossaudio" ;; - freebsd) + freebsd|dragonfly) disable need_memalign ;; - dragonfly) - ;; bsd/os) osextralibs="-lpoll -lgnugetopt" strip="strip -d" |