wok-6.x diff faac/stuff/gcc44.patch @ rev 25375
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 30 08:30:06 2022 +0000 (2022-07-30) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/faac/stuff/gcc44.patch Sat Jul 30 08:30:06 2022 +0000 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