~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
AC_DEFUN([AG_GST_ARCH],
7
7
[
8
 
  AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
9
 
  AC_REQUIRE([AC_CANONICAL_TARGET]) dnl we use target_ variables
10
 
 
11
8
  dnl Determine CPU
12
9
  case "x${target_cpu}" in
13
10
    xi?86 | xk? | xi?86_64)