diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2005-05-19 00:17:50 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2005-05-19 00:17:50 +0000 |
commit | def4272a03456d043486fcefac883044e0312d7a (patch) | |
tree | da27f41c9b5983916947aff9eacb37aed71c8ae1 /libavformat/Makefile | |
parent | a965c478b2b2fe7d9d0a2c60561bb4ee171a2119 (diff) | |
download | ffmpeg-def4272a03456d043486fcefac883044e0312d7a.tar.gz |
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index a8bb611875..3b1b1437d4 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -126,6 +126,8 @@ install-headers: $(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 $@ $< |