~ubuntu-branches/ubuntu/saucy/gst0.10-python/saucy

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2011-01-22 14:16:57 UTC
  • mfrom: (1.3.5 upstream) (18.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110122141657-zbk0crefw35s69d6
Tags: 0.10.21-1
* New upstream stable release, "She used to be an ironhorse, twenty years ago".
  + debian/control:
    - Require GStreamer core/base >= 0.10.32.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
151
151
GST_REQ = @GST_REQ@
152
152
GTK_REQ = @GTK_REQ@
153
 
IGNORE_GST_0_10_20 = @IGNORE_GST_0_10_20@
154
153
IGNORE_GST_0_10_21 = @IGNORE_GST_0_10_21@
155
154
IGNORE_GST_0_10_22 = @IGNORE_GST_0_10_22@
156
155
IGNORE_GST_0_10_23 = @IGNORE_GST_0_10_23@
159
158
IGNORE_GST_0_10_26 = @IGNORE_GST_0_10_26@
160
159
IGNORE_GST_0_10_29 = @IGNORE_GST_0_10_29@
161
160
IGNORE_GST_0_10_30 = @IGNORE_GST_0_10_30@
 
161
IGNORE_GST_0_10_31 = @IGNORE_GST_0_10_31@
 
162
IGNORE_GST_0_10_32 = @IGNORE_GST_0_10_32@
162
163
IGNORE_GST_LOADSAVE = @IGNORE_GST_LOADSAVE@
163
164
IGNORE_GST_PB_0_10_23 = @IGNORE_GST_PB_0_10_23@
164
165
IGNORE_GST_PB_0_10_25 = @IGNORE_GST_PB_0_10_25@
165
166
IGNORE_GST_PB_0_10_26 = @IGNORE_GST_PB_0_10_26@
166
167
IGNORE_GST_PB_0_10_29 = @IGNORE_GST_PB_0_10_29@
167
168
IGNORE_GST_PB_0_10_30 = @IGNORE_GST_PB_0_10_30@
 
169
IGNORE_GST_PB_0_10_31 = @IGNORE_GST_PB_0_10_31@
 
170
IGNORE_GST_PB_0_10_32 = @IGNORE_GST_PB_0_10_32@
168
171
INSTALL = @INSTALL@
169
172
INSTALL_DATA = @INSTALL_DATA@
170
173
INSTALL_PROGRAM = @INSTALL_PROGRAM@
180
183
LTLIBOBJS = @LTLIBOBJS@
181
184
MAINT = @MAINT@
182
185
MAKEINFO = @MAKEINFO@
 
186
MANIFEST_TOOL = @MANIFEST_TOOL@
183
187
MKDIR_P = @MKDIR_P@
184
188
NM = @NM@
185
189
NMEDIT = @NMEDIT@
219
223
PYTHON_INCLUDES = @PYTHON_INCLUDES@
220
224
PYTHON_LIBS = @PYTHON_LIBS@
221
225
PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
 
226
PYTHON_LIB_SUFFIX = @PYTHON_LIB_SUFFIX@
222
227
PYTHON_PLATFORM = @PYTHON_PLATFORM@
223
228
PYTHON_PREFIX = @PYTHON_PREFIX@
224
229
PYTHON_VERSION = @PYTHON_VERSION@
236
241
abs_srcdir = @abs_srcdir@
237
242
abs_top_builddir = @abs_top_builddir@
238
243
abs_top_srcdir = @abs_top_srcdir@
 
244
ac_ct_AR = @ac_ct_AR@
239
245
ac_ct_CC = @ac_ct_CC@
240
246
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241
247
am__include = @am__include@