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:
4
configure
vendored
4
configure
vendored
@@ -1629,11 +1629,9 @@ case $target_os in
|
|||||||
oss_demuxer_extralibs="-lossaudio"
|
oss_demuxer_extralibs="-lossaudio"
|
||||||
oss_muxer_extralibs="-lossaudio"
|
oss_muxer_extralibs="-lossaudio"
|
||||||
;;
|
;;
|
||||||
freebsd)
|
freebsd|dragonfly)
|
||||||
disable need_memalign
|
disable need_memalign
|
||||||
;;
|
;;
|
||||||
dragonfly)
|
|
||||||
;;
|
|
||||||
bsd/os)
|
bsd/os)
|
||||||
osextralibs="-lpoll -lgnugetopt"
|
osextralibs="-lpoll -lgnugetopt"
|
||||||
strip="strip -d"
|
strip="strip -d"
|
||||||
|
Reference in New Issue
Block a user