~ubuntu-branches/ubuntu/vivid/transcode/vivid

« back to all changes in this revision

Viewing changes to aclib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-11-09 23:23:58 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091109232358-hnasdjc0lxxas0dx
Tags: 3:1.1.5-0ubuntu1
* New upstream release.
* debian/rules:
  - Build with --enable-libmpeg2, --enable-libmpeg2convert,
    --enable-libv4l2 and --enable-libv4lconvert flags.
  - A bit of cleanup.
* debian/control:
  - Build-depend on libv4l-dev.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
LIBDV_LIBS = @LIBDV_LIBS@
136
136
LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
137
137
LIBJPEG_LIBS = @LIBJPEG_LIBS@
 
138
LIBMPEG2CONVERT_CFLAGS = @LIBMPEG2CONVERT_CFLAGS@
 
139
LIBMPEG2CONVERT_LIBS = @LIBMPEG2CONVERT_LIBS@
138
140
LIBMPEG2_CFLAGS = @LIBMPEG2_CFLAGS@
139
141
LIBMPEG2_LIBS = @LIBMPEG2_LIBS@
140
142
LIBOBJS = @LIBOBJS@
147
149
LIBTCVIDEO_LIBS = @LIBTCVIDEO_LIBS@
148
150
LIBTC_LIBS = @LIBTC_LIBS@
149
151
LIBTOOL = @LIBTOOL@
 
152
LIBV4L2_CFLAGS = @LIBV4L2_CFLAGS@
 
153
LIBV4L2_LIBS = @LIBV4L2_LIBS@
 
154
LIBV4LCONVERT_CFLAGS = @LIBV4LCONVERT_CFLAGS@
 
155
LIBV4LCONVERT_LIBS = @LIBV4LCONVERT_LIBS@
150
156
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
151
157
LIBXML2_LIBS = @LIBXML2_LIBS@
152
158
LN_S = @LN_S@
228
234
dvidir = @dvidir@
229
235
exec_prefix = @exec_prefix@
230
236
faac_config = @faac_config@
231
 
freetype2_config = @freetype2_config@
232
237
host = @host@
233
238
host_alias = @host_alias@
234
239
host_cpu = @host_cpu@
244
249
libavcodec_config = @libavcodec_config@
245
250
libavformat_config = @libavformat_config@
246
251
libdir = @libdir@
247
 
libdv_config = @libdv_config@
248
252
libdvdread_config = @libdvdread_config@
249
253
libexecdir = @libexecdir@
250
254
libjpeg_config = @libjpeg_config@
251
255
libjpegmmx_config = @libjpegmmx_config@
252
 
libmpeg2_config = @libmpeg2_config@
253
 
libpostproc_config = @libpostproc_config@
254
 
libquicktime_config = @libquicktime_config@
255
 
libxml2_config = @libxml2_config@
256
256
localedir = @localedir@
257
257
localstatedir = @localstatedir@
258
258
lzo_config = @lzo_config@
259
259
mandir = @mandir@
260
 
mjpegtools_config = @mjpegtools_config@
261
260
mkdir_p = @mkdir_p@
262
 
ogg_config = @ogg_config@
263
261
oldincludedir = @oldincludedir@
264
262
pdfdir = @pdfdir@
265
263
prefix = @prefix@
267
265
psdir = @psdir@
268
266
pvm3_config = @pvm3_config@
269
267
sbindir = @sbindir@
270
 
sdl_config = @sdl_config@
271
268
sharedstatedir = @sharedstatedir@
272
269
srcdir = @srcdir@
273
270
sysconfdir = @sysconfdir@
276
273
target_cpu = @target_cpu@
277
274
target_os = @target_os@
278
275
target_vendor = @target_vendor@
279
 
theora_config = @theora_config@
280
276
top_builddir = @top_builddir@
281
277
top_srcdir = @top_srcdir@
282
 
vorbis_config = @vorbis_config@
283
 
x264_config = @x264_config@
284
278
x_includes = @x_includes@
285
279
x_libraries = @x_libraries@
286
280
xvid_config = @xvid_config@