Description: Don't fail build intentionally on unknown systems
Author: Balint Reczey <balint@balintreczey.hu>
---- a/include/gpac/configuration.h
-+++ b/include/gpac/configuration.h
-@@ -188,8 +188,8 @@
+Index: gpac/include/gpac/configuration.h
+===================================================================
+--- gpac.orig/include/gpac/configuration.h
++++ gpac/include/gpac/configuration.h
+@@ -196,8 +196,8 @@ This section documents the base data typ
#define GPAC_HAS_JPEG
#define GPAC_HAS_PNG
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---- a/configure
-+++ b/configure
-@@ -365,7 +365,7 @@
+Index: gpac/configure
+===================================================================
+--- gpac.orig/configure
++++ gpac/configure
+@@ -378,7 +378,7 @@ for opt do
;;
--cpu=*) cpu=`echo $opt | cut -d '=' -f 2`
;;
;;
--disable-opt) no_gcc_opt="yes"
;;
-@@ -708,7 +708,7 @@
+@@ -743,7 +743,7 @@ fi
#GCC opt
if test "$no_gcc_opt" = "no"; then