]> git.pld-linux.org Git - packages/faac.git/blob - faac-mpeg4ip.patch
- added mpeg4ip patch (fixes build of mpeg4ip part)
[packages/faac.git] / faac-mpeg4ip.patch
1 --- faac-1.28/common/mp4v2/mpeg4ip.h.orig       2009-01-26 23:42:35.000000000 +0100
2 +++ faac-1.28/common/mp4v2/mpeg4ip.h    2012-12-09 11:31:38.323778806 +0100
3 @@ -120,14 +120,6 @@
4  #endif
5  #include <sys/param.h>
6  
7 -#ifdef __cplusplus
8 -extern "C" {
9 -#endif
10 -char *strcasestr(const char *haystack, const char *needle);
11 -#ifdef __cplusplus
12 -}
13 -#endif
14 -
15  #define OPEN_RDWR O_RDWR
16  #define OPEN_CREAT O_CREAT 
17  #define OPEN_RDONLY O_RDONLY
This page took 0.061811 seconds and 3 git commands to generate.