wok-current view faac/stuff/gcc44.patch @ rev 7063
Removed libfox, libfox-dev, libfox-dec and libfox-utils. Slitaz uses fox, fox-dev and fox-doc so we don't need libfox.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 01 21:25:33 2010 +0000 (2010-11-01) |
parents | |
children |
line source
1 --- mpeg4ip.h.old Mon Jan 26 22:42:35 2009
2 +++ mpeg4ip.h Thu Aug 6 20:07:05 2009
3 @@ -121,9 +121,9 @@
4 #include <sys/param.h>
6 #ifdef __cplusplus
7 -extern "C" {
8 +extern "C++" {
9 #endif
10 -char *strcasestr(const char *haystack, const char *needle);
11 +const char *strcasestr(const char *haystack, const char *needle);
12 #ifdef __cplusplus
13 }
14 #endif