Mercurial > mplayer.hg
comparison loader/dshow/DS_VideoDecoder.c @ 35903:389d43c448b3
Add missing strings.h #includes for strcasecmp().
author | diego |
---|---|
date | Sun, 17 Mar 2013 22:47:17 +0000 |
parents | 2a2e9b6551d8 |
children |
comparison
equal
deleted
inserted
replaced
35902:681e44b3b0ec | 35903:389d43c448b3 |
---|---|
42 #if HAVE_SYS_MMAN_H | 42 #if HAVE_SYS_MMAN_H |
43 #include <sys/mman.h> | 43 #include <sys/mman.h> |
44 #endif | 44 #endif |
45 #include <stdio.h> | 45 #include <stdio.h> |
46 #include <stdlib.h> // labs | 46 #include <stdlib.h> // labs |
47 #include <strings.h> | |
47 | 48 |
48 // strcmp((const char*)info.dll,...) is used instead of (... == ...) | 49 // strcmp((const char*)info.dll,...) is used instead of (... == ...) |
49 // so Arpi could use char* pointer in his simplified DS_VideoDecoder class | 50 // so Arpi could use char* pointer in his simplified DS_VideoDecoder class |
50 | 51 |
51 #define false 0 | 52 #define false 0 |