third-party/ffmpeg: fix aarch64 build

We don't have <sys/sysctl.h>, so the config.h file needs to have
HAVE_SYSCTL turned off. Likewise, we don't have .func for assembly,
so HAVE_AS_FUNC has to be off as well.

US-52 #done Updated config.h to turn off HAVE_SYSCTL.

Change-Id: I71b954b8e7f2d1c908209811c114c7b54e3b167b
diff --git a/chromium/config/Chromium/fuchsia/arm64/config.h b/chromium/config/Chromium/fuchsia/arm64/config.h
index 478c8cf..c49e7d8 100644
--- a/chromium/config/Chromium/fuchsia/arm64/config.h
+++ b/chromium/config/Chromium/fuchsia/arm64/config.h
@@ -318,7 +318,7 @@
 #define HAVE_SLEEP 0
 #define HAVE_STRERROR_R 1
 #define HAVE_SYSCONF 1
-#define HAVE_SYSCTL 1
+#define HAVE_SYSCTL 0
 #define HAVE_USLEEP 1
 #define HAVE_UTGETOSTYPEFROMSTRING 0
 #define HAVE_VIRTUALALLOC 0
@@ -327,7 +327,7 @@
 #define HAVE_OS2THREADS 0
 #define HAVE_W32THREADS 0
 #define HAVE_AS_DN_DIRECTIVE 0
-#define HAVE_AS_FUNC 1
+#define HAVE_AS_FUNC 0
 #define HAVE_AS_OBJECT_ARCH 0
 #define HAVE_ASM_MOD_Q 0
 #define HAVE_ATTRIBUTE_MAY_ALIAS 1