From 97006039cc0bcadc845cd6f2aa2281f38aed1442 Mon Sep 17 00:00:00 2001 From: Jacob Meuser Date: Mon, 9 May 2005 10:21:03 +0000 Subject: [PATCH] -DPIC patch by (Jacob Meuser // jakemsr jakemsr com) Originally committed as revision 4206 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a39e6b4ab2..24844969c1 100755 --- a/configure +++ b/configure @@ -1317,7 +1317,7 @@ if test "$vhook" = "yes" ; then fi if test "$lshared" = "yes" ; then echo "BUILD_SHARED=yes" >> config.mak - echo "PIC=-fPIC" >> config.mak + echo "PIC=-fPIC -DPIC" >> config.mak fi echo "EXTRALIBS=$extralibs" >> config.mak version=`grep '#define FFMPEG_VERSION ' "$source_path/libavcodec/avcodec.h" |