[Ffmpeg-cvslog] CVS: ffmpeg configure,1.175,1.176

Michael Niedermayer CVS michael
Mon May 9 12:21:05 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv6449

Modified Files:
	configure 
Log Message:
-DPIC patch by (Jacob Meuser // jakemsr jakemsr com)


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- configure	8 May 2005 15:04:59 -0000	1.175
+++ configure	9 May 2005 10:21:03 -0000	1.176
@@ -1317,7 +1317,7 @@
 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" |





More information about the ffmpeg-cvslog mailing list