Mercurial > libavformat.hg
changeset 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 | b54823a20627 |
children | e979dcad0d2f |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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