From d88f7df899072b956ee6dbfae91a4afc48726821 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 13 Dec 2008 08:53:31 +0000 Subject: [PATCH] Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation. Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 --- 1 file changed, 3 deletions(-) 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" ;; -- 2.11.0