comparison 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
comparison
equal deleted inserted replaced
798:b54823a20627 799:c69cd990c32f
132 "$(prefix)/include/ffmpeg" 132 "$(prefix)/include/ffmpeg"
133 install -d $(libdir)/pkgconfig 133 install -d $(libdir)/pkgconfig
134 install -m 644 ../libavformat.pc $(libdir)/pkgconfig 134 install -m 644 ../libavformat.pc $(libdir)/pkgconfig
135 135
136 %.o: %.c 136 %.o: %.c
137 $(CC) $(CFLAGS) -c -o $@ $< 137 $(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
138 138
139 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings 139 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings
140 %.o: %.cpp 140 %.o: %.cpp
141 g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< 141 g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
142 142