blob: 8343658f444667ffbcf4b60b07c57f1c38de086b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mpeg4ip-1.6/include/mpeg4ip.h 2006-08-03 20:21:43.000000000 +0200
+++ mpeg4ip-1.6/include/mpeg4ip.h.new 2009-07-30 13:52:00.000000000 +0200
@@ -123,7 +123,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-char *strcasestr(const char *haystack, const char *needle);
+// char *strcasestr(const char *haystack, const char *needle);
#ifdef __cplusplus
}
#endif
|