[FFmpeg-cvslog] configure: fix SLIBNAME_WITH_MAJOR for openbsd ( and bitrig in the next commit)

David Hill git at videolan.org
Thu Jun 14 02:26:08 CEST 2012


ffmpeg | branch: master | David Hill <dhill at mindcry.org> | Thu Jun 14 02:20:47 2012 +0200| [266771f991fda83d12cac2608b408dfb6f53f38f] | committer: Michael Niedermayer

configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next commit)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=266771f991fda83d12cac2608b408dfb6f53f38f
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index ae45e26..8cd5467 100755
--- a/configure
+++ b/configure
@@ -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"
         ;;



More information about the ffmpeg-cvslog mailing list