Browse Source

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>
tags/n2.3
Timothy Gu Michael Niedermayer 11 years ago
parent
commit
02ca9efdcd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/Makefile

+ 1
- 0
libavutil/Makefile View File

@@ -26,6 +26,7 @@ HEADERS = adler32.h \
fifo.h \
file.h \
frame.h \
hash.h \
hmac.h \
imgutils.h \
intfloat.h \


Loading…
Cancel
Save