diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:29:38 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:29:38 +0200 |
commit | d695d144fb9e088c5ddf31d95d71d27d94ac2340 (patch) | |
tree | aac67a9b9aca4dc797969aeddae94abcb40e2221 /extra/libmp4v2/gcc44.patch | |
parent | 528e9631a8e558d7c98c20cdfecf72586a058fb8 (diff) | |
download | nutyx-extra-d695d144fb9e088c5ddf31d95d71d27d94ac2340.tar.gz nutyx-extra-d695d144fb9e088c5ddf31d95d71d27d94ac2340.tar.bz2 nutyx-extra-d695d144fb9e088c5ddf31d95d71d27d94ac2340.tar.xz nutyx-extra-d695d144fb9e088c5ddf31d95d71d27d94ac2340.zip |
Ajout de libmp4v2#1.6-1
Diffstat (limited to 'extra/libmp4v2/gcc44.patch')
-rw-r--r-- | extra/libmp4v2/gcc44.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libmp4v2/gcc44.patch b/extra/libmp4v2/gcc44.patch new file mode 100644 index 000000000..8343658f4 --- /dev/null +++ b/extra/libmp4v2/gcc44.patch @@ -0,0 +1,11 @@ +--- mpeg4ip-1.6/include/mpeg4ip.h 2006-08-03 20:21:43.000000000 +0200 ++++ mpeg4ip-1.6/include/mpeg4ip.h.new 2009-07-30 13:52:00.000000000 +0200 +@@ -123,7 +123,7 @@ + #ifdef __cplusplus + extern "C" { + #endif +-char *strcasestr(const char *haystack, const char *needle); ++// char *strcasestr(const char *haystack, const char *needle); + #ifdef __cplusplus + } + #endif |