Mercurial > libavcodec.hg
diff libpostproc/Makefile @ 2770:07a63c88e3a7 libavcodec
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
author | michael |
---|---|
date | Mon, 27 Jun 2005 00:55:29 +0000 |
parents | 5bc8023efdba |
children | e1dfc65af0fb |
line wrap: on
line diff
--- a/libpostproc/Makefile Mon Jun 27 00:04:03 2005 +0000 +++ b/libpostproc/Makefile Mon Jun 27 00:55:29 2005 +0000 @@ -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)