define HOST_CPU
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 16 Dec 2005 17:30:27 +0000 (17:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 16 Dec 2005 17:30:27 +0000 (17:30 +0000)
Original commit message from CVS:
define HOST_CPU

ChangeLog
m4/gst-arch.m4

index 2023937..bc58f9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * m4/gst-arch.m4:
+         define HOST_CPU
+
 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * check.mak:
index d446c87..338ea62 100644 (file)
@@ -1,6 +1,7 @@
 dnl GST_ARCH
 dnl sets up defines and automake conditionals for host architecture
 dnl checks endianness
+dnl defines HOST_CPU
 
 AC_DEFUN([GST_ARCH],
 [
@@ -106,4 +107,5 @@ int main(int argc, char **argv)
     AC_DEFINE_UNQUOTED(HAVE_UNALIGNED_ACCESS, 1,
       [defined if unaligned memory access works correctly])
   fi
+  AC_DEFINE_UNQUOTED(HOST_CPU, "$host_cpu", [the host CPU])
 ])