diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-01-04 23:47:10 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-01-04 23:47:10 +0000 |
commit | 977cbe79d84d27d8324509b5fc93e494c8be51fc (patch) | |
tree | fdbb37638d4b2131c02f665424851465874490a0 /libavutil/Makefile | |
parent | 3abe5fbdc4169047421e9e8794a8f190d794b929 (diff) | |
download | ffmpeg-977cbe79d84d27d8324509b5fc93e494c8be51fc.tar.gz |
install crc.h which is now part of public API
Originally committed as revision 11410 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index d89b399fdb..48be34630d 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -25,6 +25,7 @@ HEADERS = adler32.h \ avutil.h \ base64.h \ common.h \ + crc.h \ fifo.h \ integer.h \ intfloat_readwrite.h \ |