mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 18:32:22 +00:00
Use the incdir variable.
Originally committed as revision 4990 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
08842d13dd
commit
a050253f8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user