[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/libpostproc Makefile, 1.24, 1.25
Michael Niedermayer CVS
michael
Mon Jun 27 02:55:31 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc
In directory mail:/var2/tmp/cvs-serv22421/libavcodec/libpostproc
Modified Files:
Makefile
Log Message:
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile 22 May 2005 23:58:57 -0000 1.24
+++ Makefile 27 Jun 2005 00:55:29 -0000 1.25
@@ -21,7 +21,7 @@
# .PHONY: all clean
.c.o:
- $(CC) -c $(CFLAGS) -I$(SRC_PATH)/libavcodec -I../.. -o $@ $<
+ $(CC) -c $(CFLAGS) $(LIBOBJFLAGS) -I$(SRC_PATH)/libavcodec -I../.. -o $@ $<
all: $(SWSLIB) $(PPLIB) $(SPPLIB)
More information about the ffmpeg-cvslog
mailing list