source: npl/mediabox/ffmpeg/patches/faac_gcc44.diff @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 427 bytes
  • faac-1.28/common/mp4v2/mpeg4ip.h

    old new  
    120120#endif
    121121#include <sys/param.h>
    122122
    123 #ifdef __cplusplus
    124 extern "C" {
    125 #endif
    126 char *strcasestr(const char *haystack, const char *needle);
    127 #ifdef __cplusplus
    128 }
    129 #endif
    130 
    131123#define OPEN_RDWR O_RDWR
    132124#define OPEN_CREAT O_CREAT
    133125#define OPEN_RDONLY O_RDONLY
Note: See TracBrowser for help on using the repository browser.