Browse Source

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
tags/v0.6
Måns Rullgård 16 years ago
parent
commit
07a8eef699
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      configure

+ 4
- 4
configure View File

@@ -1629,15 +1629,15 @@ case $target_os in
add_cflags -D__EXTENSIONS__ add_cflags -D__EXTENSIONS__
;; ;;
netbsd) netbsd)
oss_demuxer_extralibs="-lossaudio"
oss_muxer_extralibs="-lossaudio"
oss_indev_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_muxer_extralibs="-lossaudio"
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
;; ;;
freebsd|dragonfly) freebsd|dragonfly)
disable need_memalign disable need_memalign


Loading…
Cancel
Save