Mercurial > libavformat.hg
comparison utils.c @ 3714:3790cb6c893d libavformat
strcasecmp() requires #include <strings.h>
author | aurel |
---|---|
date | Wed, 13 Aug 2008 17:22:53 +0000 |
parents | 48a262da0100 |
children | 945722ee3c89 |
comparison
equal
deleted
inserted
replaced
3713:b337fe64a31f | 3714:3790cb6c893d |
---|---|
22 #include "libavcodec/opt.h" | 22 #include "libavcodec/opt.h" |
23 #include "libavutil/avstring.h" | 23 #include "libavutil/avstring.h" |
24 #include "riff.h" | 24 #include "riff.h" |
25 #include <sys/time.h> | 25 #include <sys/time.h> |
26 #include <time.h> | 26 #include <time.h> |
27 #include <strings.h> | |
27 | 28 |
28 #undef NDEBUG | 29 #undef NDEBUG |
29 #include <assert.h> | 30 #include <assert.h> |
30 | 31 |
31 /** | 32 /** |