This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix des-test compilation.
Originally committed as revision 12889 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
8c731c9743
commit
93826f561d
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavutil/des.c
+ 3
- 0
libavutil/des.c
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save