diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-19 21:16:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 21:50:10 +0200 |
commit | 488d2b6349e3c07fec73c28a165f8d292b413362 (patch) | |
tree | 18f7e9fe4c7b2d6598efcdb244f978735284277c /libavutil/Makefile | |
parent | 31d76ec2883c04d29d1f173ea99e605a6936613a (diff) | |
download | ffmpeg-488d2b6349e3c07fec73c28a165f8d292b413362.tar.gz |
lavu: remove disabled sha1 cruft.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index baee496e7c..8c3cc60dab 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -35,7 +35,6 @@ HEADERS = adler32.h \ rational.h \ samplefmt.h \ sha.h \ - sha1.h \ BUILT_HEADERS = avconfig.h |