[FFmpeg-cvslog] avutil: actually install hash.h

Timothy Gu git at videolan.org
Sun Jul 6 20:56:55 CEST 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sun Jul  6 08:51:12 2014 -0700| [02ca9efdcd55cb5b2cb485c71bcc36b919b09ff1] | committer: Michael Niedermayer

avutil: actually install hash.h

This header is designed as a public header (with APIchanges entry and
everything), but it is forgotten to put into the headers to be installed
list.

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02ca9efdcd55cb5b2cb485c71bcc36b919b09ff1
---

 libavutil/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/Makefile b/libavutil/Makefile
index 5cc978b..91751dc 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -26,6 +26,7 @@ HEADERS = adler32.h                                                     \
           fifo.h                                                        \
           file.h                                                        \
           frame.h                                                       \
+          hash.h                                                        \
           hmac.h                                                        \
           imgutils.h                                                    \
           intfloat.h                                                    \



More information about the ffmpeg-cvslog mailing list