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

Unified Diff: config.h.in

Issue 12388030: Update Opus to 1.0.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years, 10 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 | « config.sub ('k') | configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.h.in
diff --git a/config.h.in b/config.h.in
index bf3b61a274c32ae0c46a64cac532095be5936445..a5e9503bcec3b5b08264791acc8578099e890fc5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,8 +1,5 @@
/* config.h.in. Generated from configure.ac by autoheader. */
-/* Define if building universal (internal helper macro) */
-#undef AC_APPLE_UNIVERSAL_BUILD
-
/* Custom modes */
#undef CUSTOM_MODES
@@ -15,9 +12,6 @@
/* Compile as fixed-point (for machines without a fast enough FPU) */
#undef FIXED_POINT
-/* Compile as floating-point (for machines with a fast enough FPU) */
-#undef FLOATING_POINT
-
/* Float approximations */
#undef FLOAT_APPROX
@@ -121,18 +115,6 @@
/* Use C99 variable-size arrays */
#undef VAR_ARRAYS
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
-#if defined AC_APPLE_UNIVERSAL_BUILD
-# if defined __BIG_ENDIAN__
-# define WORDS_BIGENDIAN 1
-# endif
-#else
-# ifndef WORDS_BIGENDIAN
-# undef WORDS_BIGENDIAN
-# endif
-#endif
-
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
« no previous file with comments | « config.sub ('k') | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698