~ubuntu-branches/ubuntu/precise/cheese/precise-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-20 15:21:15 UTC
  • mfrom: (1.2.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20100920152115-gb6tc9xszdsen91o
Tags: 2.31.92-0ubuntu1
* New upstream release:
  - camera: emit video-saved signal by name in gst threads
  Static camera_signals array is not initizialized in the gstreamer thread
  so we get a critical assertion failed (signal_id > 0) if we emit by id.
  This should workaround the issue. (LP: #587853)
  - Added/Updated Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
 
3
 
AC_INIT(cheese, 2.31.90)
 
3
AC_INIT(cheese, 2.31.92)
4
4
 
5
5
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
6
6
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])