forked from FFmpeg/FFmpeg
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:
parent
d6dcfc7f5b
commit
90b4f09177
1 changed files with 1 additions and 3 deletions
4
configure
vendored
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…
Add table
Reference in a new issue