diff utils.c @ 907:abed44e1f1e0 libavformat

WinCE cross-compilation support patch by Gildas Bazin < gbazin **@** altern **.** org >
author diego
date Sun, 22 Jan 2006 18:34:17 +0000
parents edbe5c3717f9
children 89942933975a
line wrap: on
line diff
--- a/utils.c	Sun Jan 22 13:50:59 2006 +0000
+++ b/utils.c	Sun Jan 22 18:34:17 2006 +0000
@@ -2739,6 +2739,7 @@
  *  S+[.m...]
  * @endcode
  */
+#ifndef CONFIG_WINCE
 int64_t parse_date(const char *datestr, int duration)
 {
     const char *p;
@@ -2846,6 +2847,7 @@
     }
     return negative ? -t : t;
 }
+#endif /* CONFIG_WINCE */
 
 /**
  * Attempts to find a specific tag in a URL.