From: Reimar Döffinger Date: Sat, 13 Dec 2008 08:53:31 +0000 (+0000) Subject: Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation. X-Git-Tag: v0.5~1705 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d88f7df899072b956ee6dbfae91a4afc48726821;p=coroid%2Flibav_saccubus.git Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation. Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index d4242afca..01717ab9e 100755 --- 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" ;;