~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to common/m4/gst-arch.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-11 11:03:02 UTC
  • mfrom: (1.2.1 upstream) (10 experimental)
  • mto: (4.1.22 karmic)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20090511110302-lenm60jjucpj6tzy
* New upstream release, 'We built a wall':
  + debian/rules,
    debian/control,
    debian/*.{install,postinst,prerm,rtupdate}:
    - Add a -dev package for the pkg-config files and def files
      (Closes: #527485).
    - Don't ship examples twice (Closes: #527498).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    xi?86 | xk? | xi?86_64)
13
13
      HAVE_CPU_I386=yes
14
14
      AC_DEFINE(HAVE_CPU_I386, 1, [Define if the host CPU is an x86])
15
 
  
 
15
 
16
16
      dnl FIXME could use some better detection
17
17
      dnl (ie CPUID)
18
18
      case "x${host_cpu}" in
60
60
      HAVE_CPU_CRISV32=yes
61
61
      AC_DEFINE(HAVE_CPU_CRISV32, 1, [Define if the host CPU is a CRISv32]) ;;
62
62
  esac
63
 
  
 
63
 
64
64
  dnl Determine endianness
65
65
  AC_C_BIGENDIAN
66
 
  
 
66
 
67
67
  AM_CONDITIONAL(HAVE_CPU_I386,       test "x$HAVE_CPU_I386" = "xyes")
68
68
  AM_CONDITIONAL(HAVE_CPU_PPC,        test "x$HAVE_CPU_PPC" = "xyes")
69
69
  AM_CONDITIONAL(HAVE_CPU_PPC64,      test "x$HAVE_CPU_PPC64" = "xyes")