Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: chromium/config/Chromium/linux/arm/config.h

Issue 11943010: NOT FOR SUBMISSION: Enable FFmpeg on Android. Base URL: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromium/config/Chromium/linux/arm-neon/config.h ('k') | ffmpeg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromium/config/Chromium/linux/arm/config.h
diff --git a/chromium/config/Chromium/linux/arm/config.h b/chromium/config/Chromium/linux/arm/config.h
index 0176eccca8df9478f0c1840353f6c5afa5d7c23c..345789b1ff905ed274b733bffb201787c2012927 100644
--- a/chromium/config/Chromium/linux/arm/config.h
+++ b/chromium/config/Chromium/linux/arm/config.h
@@ -202,6 +202,8 @@
#define HAVE_LOCAL_ALIGNED_16 0
#define HAVE_LOCAL_ALIGNED_8 0
#define HAVE_LOCALTIME_R 1
+#define HAVE_LOG2 0
+#define HAVE_LOG2F 0
#define HAVE_LOONGSON 0
#define HAVE_LZO1X_999_COMPRESS 0
#define HAVE_MACHINE_IOCTL_BT848_H 0
@@ -220,7 +222,7 @@
#define HAVE_PERL 1
#define HAVE_POD2MAN 1
#define HAVE_POLL_H 1
-#define HAVE_POSIX_MEMALIGN 1
+#define HAVE_POSIX_MEMALIGN 0
#define HAVE_PTHREAD_CANCEL 1
#define HAVE_RDTSC 0
#define HAVE_SCHED_GETAFFINITY 1
@@ -248,7 +250,7 @@
#define HAVE_SYMVER_ASM_LABEL 0
#define HAVE_SYMVER_GNU_ASM 1
#define HAVE_SYSCONF 1
-#define HAVE_SYSCTL 1
+#define HAVE_SYSCTL 0
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
« no previous file with comments | « chromium/config/Chromium/linux/arm-neon/config.h ('k') | ffmpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698