faac/faac-1.28-internal-mpeg4ip-gcc.patch

18 lines
427 B
Diff
Raw Normal View History

--- faac-1.28.orig/common/mp4v2/mpeg4ip.h 2009-01-26 22:42:35.000000000 +0000
+++ faac-1.28/common/mp4v2/mpeg4ip.h 2012-09-02 23:31:29.968723268 +0000
@@ -120,14 +120,6 @@
#endif
#include <sys/param.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-char *strcasestr(const char *haystack, const char *needle);
-#ifdef __cplusplus
-}
-#endif
-
#define OPEN_RDWR O_RDWR
#define OPEN_CREAT O_CREAT
#define OPEN_RDONLY O_RDONLY