Commit 93826f56 authored by Diego Biurrun's avatar Diego Biurrun

Fix des-test compilation.

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