diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-10 22:22:07 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-10 22:22:07 +0000 |
commit | b91d08f4a30e4ec1595fc01c8fff234fffc67cf8 (patch) | |
tree | 8ec5ad65e3624fc6ec8f24d4595778d59a0acc10 /libavutil | |
parent | 868166927269b87fc02ea8a6747cdd0c728ee558 (diff) | |
download | ffmpeg-b91d08f4a30e4ec1595fc01c8fff234fffc67cf8.tar.gz |
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/Makefile | 2 |
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 \ |