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:

committed by
Diego Biurrun

parent
0e6c947df3
commit
ac44871c77
@@ -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.
|
||||
|
Reference in New Issue
Block a user