diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-02-11 20:51:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-02-11 20:51:26 +0000 |
commit | a050253f8cd7bfdbca122607e1acb6a46864bfe4 (patch) | |
tree | dd7e769c16399ac960d994b4b4c5043352cc2026 | |
parent | 08842d13dde3a089727e2ff260abdfc4462645f9 (diff) | |
download | ffmpeg-a050253f8cd7bfdbca122607e1acb6a46864bfe4.tar.gz |
Use the incdir variable.
Originally committed as revision 4990 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |