source:
npl/mediabox/ffmpeg/patches/faac_gcc44.diff
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 427 bytes |
-
faac-1.28/common/mp4v2/mpeg4ip.h
old new 120 120 #endif 121 121 #include <sys/param.h> 122 122 123 #ifdef __cplusplus124 extern "C" {125 #endif126 char *strcasestr(const char *haystack, const char *needle);127 #ifdef __cplusplus128 }129 #endif130 131 123 #define OPEN_RDWR O_RDWR 132 124 #define OPEN_CREAT O_CREAT 133 125 #define OPEN_RDONLY O_RDONLY
Note: See TracBrowser
for help on using the repository browser.