Mercurial > libavformat.hg
changeset 946:1214ae47de2b libavformat
Use the incdir variable.
author | diego |
---|---|
date | Sat, 11 Feb 2006 20:51:26 +0000 |
parents | cff8bd30adfb |
children | 929f84cc63c3 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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