summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-10 22:22:07 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-10 22:22:07 +0000
commitb91d08f4a30e4ec1595fc01c8fff234fffc67cf8 (patch)
tree8ec5ad65e3624fc6ec8f24d4595778d59a0acc10 /libavutil
parent868166927269b87fc02ea8a6747cdd0c728ee558 (diff)
Install bswap.h and intreadwrite.h
Originally committed as revision 24174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 4627aa41fa..9238808ce9 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -7,12 +7,14 @@ HEADERS = adler32.h \
avstring.h \
avutil.h \
base64.h \
+ bswap.h \
common.h \
crc.h \
error.h \
eval.h \
fifo.h \
intfloat_readwrite.h \
+ intreadwrite.h \
lfg.h \
log.h \
lzo.h \