# HG changeset patch # User aurel # Date 1116461870 0 # Node ID 769c2a9062c172407c67bd8baa0e499268596ae2 # Parent cdb845a57ae4537ab112a9f8dc9db750030ebe75 install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from ) diff -r cdb845a57ae4 -r 769c2a9062c1 Makefile --- 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 $@ $<