# HG changeset patch # User diego # Date 1139691086 0 # Node ID 1214ae47de2b136ae84f02cd2d3f1659768a691e # Parent cff8bd30adfb01a92c254c8df5958a6e41f1ddc9 Use the incdir variable. diff -r cff8bd30adfb -r 1214ae47de2b Makefile --- a/Makefile Sat Feb 11 19:30:55 2006 +0000 +++ b/Makefile Sat Feb 11 20:51:26 2006 +0000 @@ -141,7 +141,7 @@ install -m 644 $(LIB) "$(libdir)" install-headers: - install -m 644 avformat.h avio.h rtp.h rtsp.h rtspcodes.h "$(prefix)/include/ffmpeg" + install -m 644 avformat.h avio.h rtp.h rtsp.h rtspcodes.h "$(incdir)" install -m 644 $(SRC_PATH)/libavformat.pc "$(libdir)/pkgconfig" %.o: %.c