Mercurial > libavformat.hg
changeset 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 | cdb845a57ae4 |
children | ed249b9caa2f |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu May 19 00:06:27 2005 +0000 +++ b/Makefile Thu May 19 00:17:50 2005 +0000 @@ -126,6 +126,8 @@ $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \ $(SRC_PATH)/libavformat/rtspcodes.h \ "$(prefix)/include/ffmpeg" + install -d $(libdir)/pkgconfig + install -m 644 ../libavformat.pc $(libdir)/pkgconfig %.o: %.c $(CC) $(CFLAGS) -c -o $@ $<