[FFmpeg-cvslog] configure: Fix shared library creation for OpenBSD

Brad Smith git at videolan.org
Tue Aug 28 16:33:22 CEST 2012


ffmpeg | branch: master | Brad Smith <brad at comstyle.com> | Sun Aug 26 16:23:06 2012 -0400| [d5683aba5a4ca142ce9d446b565f7310107872c3] | committer: Diego Biurrun

configure: Fix shared library creation for OpenBSD

OpenBSD does not expect or require symlinked shared libraries with
just the major version in the name.

Signed-off-by: Diego Biurrun <diego at biurrun.de>

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

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 12052c0..5a626b2 100755
--- a/configure
+++ b/configure
@@ -2590,6 +2590,8 @@ case $target_os in
         enable pic
         disable symver
         SHFLAGS='-shared'
+        SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
+        SLIB_INSTALL_LINKS=
         oss_indev_extralibs="-lossaudio"
         oss_outdev_extralibs="-lossaudio"
         ;;



More information about the ffmpeg-cvslog mailing list