You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -515,6 +515,8 @@ install-headers:
|
||||
mkdir -p "$(prefix)/include/ffmpeg"
|
||||
install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
|
||||
"$(prefix)/include/ffmpeg"
|
||||
install -m 644 $(SRC_PATH)/libavcodec/dsputil.h \
|
||||
"$(prefix)/include/ffmpeg"
|
||||
install -d "$(libdir)/pkgconfig"
|
||||
install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig"
|
||||
|
||||
|
Reference in New Issue
Block a user