# HG changeset patch # User nicodvb # Date 1136732017 0 # Node ID e3c391312d7c6739a258890163eea393080dca77 # Parent c75fb0747e740cea622731a40a91f43747612dc4 install dsputil.h, that is used by many filters in mplayer diff -r c75fb0747e74 -r e3c391312d7c Makefile --- 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"