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
release/0.6
Diego Biurrun 16 years ago
parent d6dcfc7f5b
commit 90b4f09177
  1. 4
      configure

4
configure vendored

@ -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"

Loading…
Cancel
Save