[Ffmpeg-cvslog] CVS: ffmpeg configure,1.175,1.176
Michael Niedermayer CVS
michael
Mon May 9 12:21:05 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.393, 1.394 ffv1.c, 1.32, 1.33 g726.c, 1.5, 1.6 h263.c, 1.279, 1.280 huffyuv.c, 1.61, 1.62 mpeg12.c, 1.235, 1.236 mpegvideo.c, 1.480, 1.481 snow.c, 1.60, 1.61
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat tcp.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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" |
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.393, 1.394 ffv1.c, 1.32, 1.33 g726.c, 1.5, 1.6 h263.c, 1.279, 1.280 huffyuv.c, 1.61, 1.62 mpeg12.c, 1.235, 1.236 mpegvideo.c, 1.480, 1.481 snow.c, 1.60, 1.61
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat tcp.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list