changeset 4661:689b200f207f libavformat

Add '#undef rand' to fix test program build.
author diego
date Fri, 06 Mar 2009 00:57:26 +0000
parents 687695aeadca
children 478a7c56266a
files timefilter.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/timefilter.c	Fri Mar 06 00:55:50 2009 +0000
+++ b/timefilter.c	Fri Mar 06 00:57:26 2009 +0000
@@ -74,6 +74,7 @@
 }
 
 #ifdef TEST
+#undef rand
 int main(void)
 {
     double n0,n1;