From 79bdc8555a59a48f070703783699ebf5f27fb62b Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 14 Oct 2010 09:04:14 +0200 Subject: libmp4v2, port nettoyé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/libmp4v2/Pkgfile | 2 +- extra/libmp4v2/gcc44.patch | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 extra/libmp4v2/gcc44.patch (limited to 'extra/libmp4v2') diff --git a/extra/libmp4v2/Pkgfile b/extra/libmp4v2/Pkgfile index 8d7a20c97..490dc6b50 100644 --- a/extra/libmp4v2/Pkgfile +++ b/extra/libmp4v2/Pkgfile @@ -8,7 +8,7 @@ name=libmp4v2 version=1.6 release=1 source=(http://downloads.sourceforge.net/mpeg4ip/mpeg4ip-$version.tar.gz\ - gcc44.patch) + http://nutyx.meticul.eu/files/patchs/$name/gcc44.patch) build() { cd mpeg4ip-$version patch -Np1 -i ../gcc44.patch diff --git a/extra/libmp4v2/gcc44.patch b/extra/libmp4v2/gcc44.patch deleted file mode 100644 index 8343658f4..000000000 --- a/extra/libmp4v2/gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- cgit v1.2.3-54-g00ecf