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

« back to all changes in this revision

Viewing changes to docs/tech/html/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:
122
122
LIBDV_LIBS = @LIBDV_LIBS@
123
123
LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
124
124
LIBJPEG_LIBS = @LIBJPEG_LIBS@
 
125
LIBMPEG2CONVERT_CFLAGS = @LIBMPEG2CONVERT_CFLAGS@
 
126
LIBMPEG2CONVERT_LIBS = @LIBMPEG2CONVERT_LIBS@
125
127
LIBMPEG2_CFLAGS = @LIBMPEG2_CFLAGS@
126
128
LIBMPEG2_LIBS = @LIBMPEG2_LIBS@
127
129
LIBOBJS = @LIBOBJS@
134
136
LIBTCVIDEO_LIBS = @LIBTCVIDEO_LIBS@
135
137
LIBTC_LIBS = @LIBTC_LIBS@
136
138
LIBTOOL = @LIBTOOL@
 
139
LIBV4L2_CFLAGS = @LIBV4L2_CFLAGS@
 
140
LIBV4L2_LIBS = @LIBV4L2_LIBS@
 
141
LIBV4LCONVERT_CFLAGS = @LIBV4LCONVERT_CFLAGS@
 
142
LIBV4LCONVERT_LIBS = @LIBV4LCONVERT_LIBS@
137
143
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
138
144
LIBXML2_LIBS = @LIBXML2_LIBS@
139
145
LN_S = @LN_S@
215
221
dvidir = @dvidir@
216
222
exec_prefix = @exec_prefix@
217
223
faac_config = @faac_config@
218
 
freetype2_config = @freetype2_config@
219
224
host = @host@
220
225
host_alias = @host_alias@
221
226
host_cpu = @host_cpu@
231
236
libavcodec_config = @libavcodec_config@
232
237
libavformat_config = @libavformat_config@
233
238
libdir = @libdir@
234
 
libdv_config = @libdv_config@
235
239
libdvdread_config = @libdvdread_config@
236
240
libexecdir = @libexecdir@
237
241
libjpeg_config = @libjpeg_config@
238
242
libjpegmmx_config = @libjpegmmx_config@
239
 
libmpeg2_config = @libmpeg2_config@
240
 
libpostproc_config = @libpostproc_config@
241
 
libquicktime_config = @libquicktime_config@
242
 
libxml2_config = @libxml2_config@
243
243
localedir = @localedir@
244
244
localstatedir = @localstatedir@
245
245
lzo_config = @lzo_config@
246
246
mandir = @mandir@
247
 
mjpegtools_config = @mjpegtools_config@
248
247
mkdir_p = @mkdir_p@
249
 
ogg_config = @ogg_config@
250
248
oldincludedir = @oldincludedir@
251
249
pdfdir = @pdfdir@
252
250
prefix = @prefix@
254
252
psdir = @psdir@
255
253
pvm3_config = @pvm3_config@
256
254
sbindir = @sbindir@
257
 
sdl_config = @sdl_config@
258
255
sharedstatedir = @sharedstatedir@
259
256
srcdir = @srcdir@
260
257
sysconfdir = @sysconfdir@
263
260
target_cpu = @target_cpu@
264
261
target_os = @target_os@
265
262
target_vendor = @target_vendor@
266
 
theora_config = @theora_config@
267
263
top_builddir = @top_builddir@
268
264
top_srcdir = @top_srcdir@
269
 
vorbis_config = @vorbis_config@
270
 
x264_config = @x264_config@
271
265
x_includes = @x_includes@
272
266
x_libraries = @x_libraries@
273
267
xvid_config = @xvid_config@