From fb17fac8c7dd92c77cf93019510e15fdae418d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 7 Dec 2006 23:16:33 +0000 Subject: [PATCH] BUILD_SHARED_AV is no longer used Originally committed as revision 7255 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index a515bac058..41b0ace8f0 100755 --- a/configure +++ b/configure @@ -1897,7 +1897,6 @@ lavu_version=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h if test "$lshared" = "yes" ; then - echo "#define BUILD_SHARED_AV 1" >> $TMPH echo "BUILD_SHARED=yes" >> config.mak echo "PIC=-fPIC -DPIC" >> config.mak echo "SPPMAJOR=${lavc_version%%.*}" >> config.mak