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

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-06-08 09:38:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120608093804-q9gzihfevul7nqtc
Tags: 0.11.92-1
* debian/control.in:
  + Update automake, autoconf and libtool build dependencies.
* New upstream release, "High Hopes":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/gst-codec-info.c:
  + Updated for API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
POST_UNINSTALL = :
51
51
build_triplet = @build@
52
52
host_triplet = @host@
 
53
target_triplet = @target@
53
54
subdir = common
54
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
55
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
257
258
GST_VERSION_MINOR = @GST_VERSION_MINOR@
258
259
GST_VERSION_NANO = @GST_VERSION_NANO@
259
260
GTKDOC_CHECK = @GTKDOC_CHECK@
 
261
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
262
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
263
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
264
GTKDOC_REBASE = @GTKDOC_REBASE@
260
265
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
261
266
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
262
267
HAVE_DVIPS = @HAVE_DVIPS@
409
414
sharedstatedir = @sharedstatedir@
410
415
srcdir = @srcdir@
411
416
sysconfdir = @sysconfdir@
 
417
target = @target@
412
418
target_alias = @target_alias@
 
419
target_cpu = @target_cpu@
 
420
target_os = @target_os@
 
421
target_vendor = @target_vendor@
413
422
top_build_prefix = @top_build_prefix@
414
423
top_builddir = @top_builddir@
415
424
top_srcdir = @top_srcdir@