wok-next view faac/stuff/patches/faac-1.28-glibc_fixes-1.patch @ rev 20866

mono: fix build by not enabling Spectre mitigation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 23:19:43 2018 +0300 (2018-07-01)
parents
children
line source
1 Submitted By: Guy Dalziel <gdalziel at linuxfromscratch dot org>
2 Date: 2009-08-04
3 Initial Package Version: 1.28
4 Origin: Guy Dalziel
5 Upstream Status: Not submitted.
6 Description: Fixes a function conflict between FAAC and Glibc.
8 diff -Naur faac-1.28-orig/common/mp4v2/mpeg4ip.h faac-1.28/common/mp4v2/mpeg4ip.h
9 --- faac-1.28-orig/common/mp4v2/mpeg4ip.h 2009-01-26 22:42:35.000000000 +0000
10 +++ faac-1.28/common/mp4v2/mpeg4ip.h 2009-08-04 13:45:47.728062591 +0100
11 @@ -120,14 +120,6 @@
12 #endif
13 #include <sys/param.h>
15 -#ifdef __cplusplus
16 -extern "C" {
17 -#endif
18 -char *strcasestr(const char *haystack, const char *needle);
19 -#ifdef __cplusplus
20 -}
21 -#endif
22 -
23 #define OPEN_RDWR O_RDWR
24 #define OPEN_CREAT O_CREAT
25 #define OPEN_RDONLY O_RDONLY