diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-10-13 10:42:11 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-10-13 10:42:11 +0000 |
commit | 80b1c5a8580c84e45ee1304a6be21a629aca252f (patch) | |
tree | 1066cad9a4c035189335c8e58ed65b5b1061128a /libavutil/Makefile | |
parent | 211dd1e81f3cbf3e4dd0cfad810bb4ba1362956d (diff) | |
download | ffmpeg-80b1c5a8580c84e45ee1304a6be21a629aca252f.tar.gz |
Add RC4 encryption/decryption function
Originally committed as revision 10723 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 cea3cab55b..bb10fd6774 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -14,6 +14,7 @@ OBJS = adler32.o \ mem.o \ random.o \ rational.o \ + rc4.o \ string.o \ tree.o \ |