Mercurial > libavformat.hg
diff utils.c @ 2025:9a8908eaa2ea libavformat
remove possibly broken wince cruft
| author | alex |
|---|---|
| date | Fri, 20 Apr 2007 23:45:53 +0000 |
| parents | a3e79d6e4e3c |
| children | af6110a58658 |
line wrap: on
line diff
--- a/utils.c Tue Apr 17 20:53:39 2007 +0000 +++ b/utils.c Fri Apr 20 23:45:53 2007 +0000 @@ -2537,7 +2537,6 @@ return 0; } -#ifndef CONFIG_WINCE int64_t parse_date(const char *datestr, int duration) { const char *p; @@ -2645,7 +2644,6 @@ } return negative ? -t : t; } -#endif /* CONFIG_WINCE */ int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info) {
