diff options
author | Nico Sabbi <nicola.sabbi@poste.it> | 2006-01-08 14:53:37 +0000 |
---|---|---|
committer | Nico Sabbi <nicola.sabbi@poste.it> | 2006-01-08 14:53:37 +0000 |
commit | a305b82d42fa1fa4eedc2088111936506cfd787a (patch) | |
tree | 9cdd3fffdc4b92958cbc06498305c95752be49f4 | |
parent | 80e44bc3bf31ead00fe3df3d1bf2a197cd0856d8 (diff) | |
download | ffmpeg-a305b82d42fa1fa4eedc2088111936506cfd787a.tar.gz |
install dsputil.h, that is used by many filters in mplayer
Originally committed as revision 4825 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 60a7966577..b22f1633de 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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" |