wok-next diff faac/stuff/patches/faac-1.28-glibc_fixes-1.patch @ rev 21026
Tiny updates (Perl modules)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Nov 03 04:30:58 2018 +0200 (2018-11-03) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/faac/stuff/patches/faac-1.28-glibc_fixes-1.patch Sat Nov 03 04:30:58 2018 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +Submitted By: Guy Dalziel <gdalziel at linuxfromscratch dot org> 1.5 +Date: 2009-08-04 1.6 +Initial Package Version: 1.28 1.7 +Origin: Guy Dalziel 1.8 +Upstream Status: Not submitted. 1.9 +Description: Fixes a function conflict between FAAC and Glibc. 1.10 + 1.11 +diff -Naur faac-1.28-orig/common/mp4v2/mpeg4ip.h faac-1.28/common/mp4v2/mpeg4ip.h 1.12 +--- faac-1.28-orig/common/mp4v2/mpeg4ip.h 2009-01-26 22:42:35.000000000 +0000 1.13 ++++ faac-1.28/common/mp4v2/mpeg4ip.h 2009-08-04 13:45:47.728062591 +0100 1.14 +@@ -120,14 +120,6 @@ 1.15 + #endif 1.16 + #include <sys/param.h> 1.17 + 1.18 +-#ifdef __cplusplus 1.19 +-extern "C" { 1.20 +-#endif 1.21 +-char *strcasestr(const char *haystack, const char *needle); 1.22 +-#ifdef __cplusplus 1.23 +-} 1.24 +-#endif 1.25 +- 1.26 + #define OPEN_RDWR O_RDWR 1.27 + #define OPEN_CREAT O_CREAT 1.28 + #define OPEN_RDONLY O_RDONLY