diff options
author | David Hill <dhill@mindcry.org> | 2012-06-14 02:20:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-14 02:21:17 +0200 |
commit | 266771f991fda83d12cac2608b408dfb6f53f38f (patch) | |
tree | 262f89c45d1e8933207ede305ff0675e6f7e8d1f /configure | |
parent | 0922633f924bc6eb6fa81b983d309b4c6619915d (diff) | |
download | ffmpeg-266771f991fda83d12cac2608b408dfb6f53f38f.tar.gz |
configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next commit)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2711,6 +2711,7 @@ case $target_os in enable pic disable symver SHFLAGS='-shared' + SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)' oss_indev_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio" ;; |