From b91d08f4a30e4ec1595fc01c8fff234fffc67cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 10 Jul 2010 22:22:07 +0000 Subject: [PATCH] Install bswap.h and intreadwrite.h Originally committed as revision 24174 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \