OSDN Git Service

Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 13 Dec 2008 08:53:31 +0000 (08:53 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 13 Dec 2008 08:53:31 +0000 (08:53 +0000)
Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index d4242af..01717ab 100755 (executable)
--- a/configure
+++ b/configure
@@ -1405,9 +1405,6 @@ case $target_os in
         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"
         ;;