mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix build on Net/OpenBSD
The renaming in r19293 missed a few things. Originally committed as revision 19298 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4e622deaab
commit
07a8eef699
8
configure
vendored
8
configure
vendored
@ -1629,15 +1629,15 @@ case $target_os in
|
||||
add_cflags -D__EXTENSIONS__
|
||||
;;
|
||||
netbsd)
|
||||
oss_demuxer_extralibs="-lossaudio"
|
||||
oss_muxer_extralibs="-lossaudio"
|
||||
oss_indev_extralibs="-lossaudio"
|
||||
oss_outdev_extralibs="-lossaudio"
|
||||
;;
|
||||
openbsd)
|
||||
disable need_memalign
|
||||
LIBOBJFLAGS='$(PIC)'
|
||||
SHFLAGS='-shared'
|
||||
oss_demuxer_extralibs="-lossaudio"
|
||||
oss_muxer_extralibs="-lossaudio"
|
||||
oss_indev_extralibs="-lossaudio"
|
||||
oss_outdev_extralibs="-lossaudio"
|
||||
;;
|
||||
freebsd|dragonfly)
|
||||
disable need_memalign
|
||||
|
Loading…
Reference in New Issue
Block a user