Skip to content
Snippets Groups Projects
Commit 93826f56 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Fix des-test compilation.

Originally committed as revision 12889 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8c731c97
No related branches found
No related tags found
No related merge requests found
...@@ -278,6 +278,9 @@ uint64_t ff_des_encdec(uint64_t in, uint64_t key, int decrypt) { ...@@ -278,6 +278,9 @@ uint64_t ff_des_encdec(uint64_t in, uint64_t key, int decrypt) {
} }
#ifdef TEST #ifdef TEST
#undef printf
#undef rand
#undef srand
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <sys/time.h> #include <sys/time.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment