Mercurial > libavformat.hg
comparison Makefile @ 765:769c2a9062c1 libavformat
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
author | aurel |
---|---|
date | Thu, 19 May 2005 00:17:50 +0000 |
parents | 677bad57fca2 |
children | a5095f5cf38a |
comparison
equal
deleted
inserted
replaced
764:cdb845a57ae4 | 765:769c2a9062c1 |
---|---|
124 mkdir -p "$(prefix)/include/ffmpeg" | 124 mkdir -p "$(prefix)/include/ffmpeg" |
125 install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \ | 125 install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \ |
126 $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \ | 126 $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \ |
127 $(SRC_PATH)/libavformat/rtspcodes.h \ | 127 $(SRC_PATH)/libavformat/rtspcodes.h \ |
128 "$(prefix)/include/ffmpeg" | 128 "$(prefix)/include/ffmpeg" |
129 install -d $(libdir)/pkgconfig | |
130 install -m 644 ../libavformat.pc $(libdir)/pkgconfig | |
129 | 131 |
130 %.o: %.c | 132 %.o: %.c |
131 $(CC) $(CFLAGS) -c -o $@ $< | 133 $(CC) $(CFLAGS) -c -o $@ $< |
132 | 134 |
133 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings | 135 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings |