summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-06-27 00:55:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-06-27 00:55:29 +0000
commit80581e9887ce9968516ec4d7a6a450eeec6e4ade (patch)
tree074650375c16b1d696a66798d3757f08e008b509 /libavformat/Makefile
parent16423e179bf2da7e961f60c2efb59fb31f671cc7 (diff)
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index c9a8af5ef2..9f2a8f33ad 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -134,7 +134,7 @@ install-headers:
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