[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.92,1.93

Michael Niedermayer CVS michael
Mon Jun 27 02:55:31 CEST 2005


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

Modified Files:
	Makefile 
Log Message:
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Makefile	25 Jun 2005 09:04:08 -0000	1.92
+++ Makefile	27 Jun 2005 00:55:28 -0000	1.93
@@ -134,7 +134,7 @@
 	install -m 644 ../libavformat.pc $(libdir)/pkgconfig
 
 %.o: %.c
-	$(CC) $(CFLAGS) -c -o $@ $< 
+	$(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $< 
 
 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings
 %.o: %.cpp





More information about the ffmpeg-cvslog mailing list