diff options
author | Timothy Gu <[email protected]> | 2014-07-06 08:51:12 -0700 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2014-07-06 20:45:37 +0200 |
commit | 02ca9efdcd55cb5b2cb485c71bcc36b919b09ff1 (patch) | |
tree | a04b4345eb853f9e72886850e06acae5384c14b1 | |
parent | 195f7bd23de7c8d8e99d933df19d625de881daed (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 <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r-- | libavutil/Makefile | 1 |
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 \ |