From a050253f8cd7bfdbca122607e1acb6a46864bfe4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 11 Feb 2006 20:51:26 +0000 Subject: [PATCH] Use the incdir variable. Originally committed as revision 4990 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index d818bfb770..f0dce237c9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -141,7 +141,7 @@ install-lib-static: $(LIB) 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