1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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
This commit is contained in:
Diego Biurrun 2009-06-14 14:49:46 +00:00
parent d6dcfc7f5b
commit 90b4f09177

4
configure vendored
View File

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