changeset 3021:e3c391312d7c libavcodec

install dsputil.h, that is used by many filters in mplayer
author nicodvb
date Sun, 08 Jan 2006 14:53:37 +0000
parents c75fb0747e74
children d4080a510724
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Jan 08 01:50:34 2006 +0000
+++ b/Makefile	Sun Jan 08 14:53:37 2006 +0000
@@ -515,6 +515,8 @@
 	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"