diff options
author | jstebbins <[email protected]> | 2014-03-02 17:58:15 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-03-02 17:58:15 +0000 |
commit | 8f4098ff907b3e1c36ecf9c0dcbf83b296cb0a2d (patch) | |
tree | 6f5b50ee904654bcc08b3ebec98410b3474488d5 /contrib | |
parent | 3611993e93fc392bc50d926a3a91dafdf72d1c6c (diff) |
contrib: remove faad2
It hasn't been in use for 3 yrs
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6095 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/faad2/P00-mingw-types.patch | 25 | ||||
-rw-r--r-- | contrib/faad2/P00-solaris.patch | 23 | ||||
-rw-r--r-- | contrib/faad2/module.defs | 8 | ||||
-rw-r--r-- | contrib/faad2/module.rules | 2 |
4 files changed, 0 insertions, 58 deletions
diff --git a/contrib/faad2/P00-mingw-types.patch b/contrib/faad2/P00-mingw-types.patch deleted file mode 100644 index 3e5bba531..000000000 --- a/contrib/faad2/P00-mingw-types.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Naur faad2.orig/common/mp4ff/mp4ff_int_types.h faad2/common/mp4ff/mp4ff_int_types.h ---- faad2.orig/common/mp4ff/mp4ff_int_types.h 2005-02-01 08:15:55.000000000 -0500 -+++ faad2/common/mp4ff/mp4ff_int_types.h 2008-10-07 16:43:06.000000000 -0400 -@@ -1,7 +1,7 @@ - #ifndef _MP4FF_INT_TYPES_H_ - #define _MP4FF_INT_TYPES_H_ - --#if defined (_WIN32) -+#if defined(_WIN32) && !defined(__MINGW32__) - - typedef char int8_t; - typedef unsigned char uint8_t; -diff -Naur faad2.orig/frontend/main.c faad2/frontend/main.c ---- faad2.orig/frontend/main.c 2007-11-01 08:33:29.000000000 -0400 -+++ faad2/frontend/main.c 2008-10-07 16:55:49.000000000 -0400 -@@ -31,7 +31,9 @@ - #ifdef _WIN32 - #define WIN32_LEAN_AND_MEAN - #include <windows.h> -+#ifndef __MINGW32__ - #define off_t __int64 -+#endif - #else - #include <time.h> - #endif diff --git a/contrib/faad2/P00-solaris.patch b/contrib/faad2/P00-solaris.patch deleted file mode 100644 index 923933233..000000000 --- a/contrib/faad2/P00-solaris.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -Naur faad2-2.7.orig/libfaad/Makefile.am faad2-2.7/libfaad/Makefile.am ---- faad2-2.7.orig/libfaad/Makefile.am 2009-02-04 19:51:03.000000000 -0500 -+++ faad2-2.7/libfaad/Makefile.am 2009-03-20 03:20:46.326379809 -0400 -@@ -1,6 +1,6 @@ - lib_LTLIBRARIES = libfaad.la - --AM_CFLAGS = -iquote $(top_srcdir)/include -+AM_CFLAGS = -I$(top_srcdir)/include - include_HEADERS = $(top_srcdir)/include/faad.h \ - $(top_srcdir)/include/neaacdec.h - -diff -Naur faad2-2.7.orig/libfaad/Makefile.in faad2-2.7/libfaad/Makefile.in ---- faad2-2.7.orig/libfaad/Makefile.in 2009-02-10 03:36:11.000000000 -0500 -+++ faad2-2.7/libfaad/Makefile.in 2009-03-20 03:20:57.702298514 -0400 -@@ -195,7 +195,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - lib_LTLIBRARIES = libfaad.la --AM_CFLAGS = -iquote $(top_srcdir)/include -+AM_CFLAGS = -I$(top_srcdir)/include - include_HEADERS = $(top_srcdir)/include/faad.h \ - $(top_srcdir)/include/neaacdec.h - diff --git a/contrib/faad2/module.defs b/contrib/faad2/module.defs deleted file mode 100644 index c47bb3f07..000000000 --- a/contrib/faad2/module.defs +++ /dev/null @@ -1,8 +0,0 @@ -$(eval $(call import.MODULE.defs,FAAD2,faad2)) -$(eval $(call import.CONTRIB.defs,FAAD2)) - -FAAD2.FETCH.url = http://download.handbrake.fr/handbrake/contrib/faad2-2.7.tar.gz -FAAD2.EXTRACT.tarbase = faad2-2.7 - -# If faad not already bootstrapped then add the following -#FAAD2.CONFIGURE.bootstrap = ./bootstrap; diff --git a/contrib/faad2/module.rules b/contrib/faad2/module.rules deleted file mode 100644 index 2b9bdd015..000000000 --- a/contrib/faad2/module.rules +++ /dev/null @@ -1,2 +0,0 @@ -$(eval $(call import.MODULE.rules,FAAD2)) -$(eval $(call import.CONTRIB.rules,FAAD2)) |