[FFmpeg-devel] [PATCH] remove OpenBSD SLIBNAME nonsense

Reimar Döffinger Reimar.Doeffinger
Sat Dec 13 00:06:52 CET 2008


Hello,
currently there is some nonsense in configure with SLIBNAME for OpenBSD
which leads only messages like "no rule to make
libavcodec/libavcodec.so".
Maybe there is actually a sense to these changes, but since I can't see
any (it works just fine without as far as I can tell) I propose this
change:
Index: configure
===================================================================
--- configure   (revision 16083)
+++ configure   (working copy)
@@ -1405,9 +1405,6 @@
         disable need_memalign
         LIBOBJFLAGS='$(PIC)'
         SHFLAGS='-shared'
-        SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF).$(LIBVERSION)'
-        SLIBNAME_WITH_VERSION='$(SLIBNAME)'
-        SLIBNAME_WITH_MAJOR='$(SLIBNAME)'
         oss_demuxer_extralibs="-lossaudio"
         oss_muxer_extralibs="-lossaudio"
         ;;





More information about the ffmpeg-devel mailing list