mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
install dsputil.h, that is used by many filters in mplayer
Originally committed as revision 4825 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
80e44bc3bf
commit
a305b82d42
@ -515,6 +515,8 @@ install-headers:
|
|||||||
mkdir -p "$(prefix)/include/ffmpeg"
|
mkdir -p "$(prefix)/include/ffmpeg"
|
||||||
install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
|
install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
|
||||||
"$(prefix)/include/ffmpeg"
|
"$(prefix)/include/ffmpeg"
|
||||||
|
install -m 644 $(SRC_PATH)/libavcodec/dsputil.h \
|
||||||
|
"$(prefix)/include/ffmpeg"
|
||||||
install -d "$(libdir)/pkgconfig"
|
install -d "$(libdir)/pkgconfig"
|
||||||
install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig"
|
install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user