WinCE cross-compilation support

patch by Gildas Bazin < gbazin **@** altern **.** org >

Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Gildas Bazin
2006-01-22 18:34:17 +00:00
committed by Diego Biurrun
parent 0e6c947df3
commit ac44871c77
4 changed files with 34 additions and 3 deletions

View File

@@ -2739,6 +2739,7 @@ int parse_frame_rate(int *frame_rate, int *frame_rate_base, const char *arg)
* S+[.m...]
* @endcode
*/
#ifndef CONFIG_WINCE
int64_t parse_date(const char *datestr, int duration)
{
const char *p;
@@ -2846,6 +2847,7 @@ int64_t parse_date(const char *datestr, int duration)
}
return negative ? -t : t;
}
#endif /* CONFIG_WINCE */
/**
* Attempts to find a specific tag in a URL.