~ubuntu-branches/ubuntu/trusty/gst-plugins-base1.0/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-11-15 10:13:40 UTC
  • mfrom: (1.1.19) (21.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131115101340-1svovntvcbntyntt
Tags: 1.2.1-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  + debian/patches/aarch64_fail_neon_check.patch: Disable NEON
    on arm64, as the assembly is ARMv7-specific.
* Fix "Description: Description:" in control. Thanks, lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
  AC_ARG_ENABLE(gobject-cast-checks,
36
36
    AS_HELP_STRING([--enable-gobject-cast-checks[=@<:@no/auto/yes@:>@]],
37
 
      [Enable GObject cast checks]),, 
 
37
      [Enable GObject cast checks]),[enable_gobject_cast_checks=$enableval],
38
38
    [enable_gobject_cast_checks=auto])
39
39
 
40
40
  if test "x$enable_gobject_cast_checks" = "xauto"; then
52
52
 
53
53
  AC_ARG_ENABLE(glib-asserts,
54
54
    AS_HELP_STRING([--enable-glib-asserts[=@<:@no/auto/yes@:>@]],
55
 
      [Enable GLib assertion]),, 
 
55
      [Enable GLib assertion]),[enable_glib_assertions=$enableval],
56
56
    [enable_glib_assertions=auto])
57
57
 
58
58
  if test "x$enable_glib_assertions" = "xauto"; then