diff options
author | Måns Rullgård <mans@mansr.com> | 2009-06-29 20:45:49 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-06-29 20:45:49 +0000 |
commit | 07a8eef699562ea725f88cb9b93c58361f6eb1f2 (patch) | |
tree | cb5c70107514e60298d6debc755b4e250a899c32 /configure | |
parent | 4e622deaab4c08d4759a7c2de64a0e5173595955 (diff) | |
download | ffmpeg-07a8eef699562ea725f88cb9b93c58361f6eb1f2.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |