~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2010-03-13 22:48:10 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100313224810-8l25xl017imj7z4l
Tags: 0.10.18-0ubuntu1
* New upstream bugfix release.
* Relevant upstream fixes
  - 598350 : qtmux with AAC streams (from faac) generate invalid files
  - 607105 : faac doesn't negotiate channel positions correctly
  - 606726 : FAAC bitrate setting has no effect

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    AC_MSG_ERROR([This package requires GLib >= $GLIB_REQ to compile.])
21
21
  fi
22
22
 
 
23
  dnl Add define to tell GLib that threading is always enabled within GStreamer
 
24
  dnl code (optimisation, bypasses checks if the threading system is enabled
 
25
  dnl when using threading primitives)
 
26
  GLIB_CFLAGS="$GLIB_CFLAGS -DG_THREADS_MANDATORY"
 
27
 
23
28
  dnl for the poor souls who for example have glib in /usr/local
24
29
  AS_SCRUB_INCLUDE(GLIB_CFLAGS)
25
30
])