Commit 2d63ebe7 authored by diego's avatar diego

Fix des-test compilation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12889 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3df05424
......@@ -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