X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpatches%2Fcommon%2Ffaac-1.28-glibc_fixes-1.patch;fp=stage3%2Fpatches%2Fcommon%2Ffaac-1.28-glibc_fixes-1.patch;h=3bc3be36a077e3567f49bffe6ad1c6dcad7a72f9;hb=f17ab848cb756cad27489bf0c2746e5ead466658;hp=0000000000000000000000000000000000000000;hpb=a1358efe562a4e73ef23f25c606a346f684e1c93;p=hvlinux.git diff --git a/stage3/patches/common/faac-1.28-glibc_fixes-1.patch b/stage3/patches/common/faac-1.28-glibc_fixes-1.patch new file mode 100644 index 0000000..3bc3be3 --- /dev/null +++ b/stage3/patches/common/faac-1.28-glibc_fixes-1.patch @@ -0,0 +1,25 @@ +Submitted By: Guy Dalziel +Date: 2009-08-04 +Initial Package Version: 1.28 +Origin: Guy Dalziel +Upstream Status: Not submitted. +Description: Fixes a function conflict between FAAC and Glibc. + +diff -Naur faac-1.28-orig/common/mp4v2/mpeg4ip.h faac-1.28/common/mp4v2/mpeg4ip.h +--- faac-1.28-orig/common/mp4v2/mpeg4ip.h 2009-01-26 22:42:35.000000000 +0000 ++++ faac-1.28/common/mp4v2/mpeg4ip.h 2009-08-04 13:45:47.728062591 +0100 +@@ -120,14 +120,6 @@ + #endif + #include + +-#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