wok-current diff faac/stuff/gcc44.patch @ rev 17485
Add hylafax
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 30 12:18:02 2014 +0100 (2014-12-30) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/faac/stuff/gcc44.patch Tue Dec 30 12:18:02 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +--- mpeg4ip.h.old Mon Jan 26 22:42:35 2009 1.5 ++++ mpeg4ip.h Thu Aug 6 20:07:05 2009 1.6 +@@ -121,9 +121,9 @@ 1.7 + #include <sys/param.h> 1.8 + 1.9 + #ifdef __cplusplus 1.10 +-extern "C" { 1.11 ++extern "C++" { 1.12 + #endif 1.13 +-char *strcasestr(const char *haystack, const char *needle); 1.14 ++const char *strcasestr(const char *haystack, const char *needle); 1.15 + #ifdef __cplusplus 1.16 + } 1.17 + #endif