Commit cb732678 authored by mru's avatar mru

Fix build on Net/OpenBSD

The renaming in r19293 missed a few things.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19298 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 76548e34
...@@ -1629,15 +1629,15 @@ case $target_os in ...@@ -1629,15 +1629,15 @@ case $target_os in
add_cflags -D__EXTENSIONS__ add_cflags -D__EXTENSIONS__
;; ;;
netbsd) netbsd)
oss_demuxer_extralibs="-lossaudio" oss_indev_extralibs="-lossaudio"
oss_muxer_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio"
;; ;;
openbsd) openbsd)
disable need_memalign disable need_memalign
LIBOBJFLAGS='$(PIC)' LIBOBJFLAGS='$(PIC)'
SHFLAGS='-shared' SHFLAGS='-shared'
oss_demuxer_extralibs="-lossaudio" oss_indev_extralibs="-lossaudio"
oss_muxer_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio"
;; ;;
freebsd|dragonfly) freebsd|dragonfly)
disable need_memalign disable need_memalign
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment