Mercurial > libavformat.hg
diff Makefile @ 799:c69cd990c32f libavformat
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
author | michael |
---|---|
date | Mon, 27 Jun 2005 00:55:29 +0000 |
parents | 391669d461d4 |
children | 6d6973a9fd92 |
line wrap: on
line diff
--- a/Makefile Mon Jun 27 00:24:34 2005 +0000 +++ b/Makefile Mon Jun 27 00:55:29 2005 +0000 @@ -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