Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-06 19:51:12 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-06 22:45:37 +0400
commit02ca9efdcd55cb5b2cb485c71bcc36b919b09ff1 (patch)
treea04b4345eb853f9e72886850e06acae5384c14b1 /libavutil
parent195f7bd23de7c8d8e99d933df19d625de881daed (diff)
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@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 5cc978b021..91751dc4c3 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 \