changeset 497:af2d7b4ffa64 libavutil

Fix des-test compilation.
author diego
date Fri, 18 Apr 2008 07:05:49 +0000
parents b55c2d61403d
children 2ae1cc70b1c4
files des.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/des.c	Thu Apr 17 21:57:52 2008 +0000
+++ b/des.c	Fri Apr 18 07:05:49 2008 +0000
@@ -278,6 +278,9 @@
 }
 
 #ifdef TEST
+#undef printf
+#undef rand
+#undef srand
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/time.h>