~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-05-25 13:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050525130229-jw94cav0yhmg7vjw
Tags: 1:2.0.40-0.0
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/* "Use alsa as possible audio device" */
22
22
#undef ALSA_SUPPORT
23
23
 
 
24
/* AMR_NB */
 
25
#undef AMR_NB
 
26
 
24
27
/* Enable powerpc optim */
25
28
#undef ARCH_POWERPC
26
29
 
48
51
/* FFMPEG */
49
52
#undef CONFIG_RISKY
50
53
 
51
 
/* FFMPEG */
52
 
#undef CONFIG_X86
53
 
 
54
54
/* "Name mangling" */
55
55
#undef CYG_MANGLING
56
56
 
79
79
/* Define to 1 if you have the <artsc.h> header file. */
80
80
#undef HAVE_ARTSC_H
81
81
 
82
 
/* "Use MMX acceleration" */
83
 
#undef HAVE_ASM_MMX
84
 
 
85
 
/* "Use MMX acceleration" */
86
 
#undef HAVE_ASM_NASM
87
 
 
88
82
/* Enable altivec by default */
89
83
#undef HAVE_BUILTIN_VECTOR
90
84
 
140
134
/* Define to 1 if you have the `vorbisenc' library (-lvorbisenc). */
141
135
#undef HAVE_LIBVORBISENC
142
136
 
 
137
/* Define to 1 if you have the `x264' library (-lx264). */
 
138
#undef HAVE_LIBX264
 
139
 
143
140
/* Define to 1 if you have the <libxml/parser.h> header file. */
144
141
#undef HAVE_LIBXML_PARSER_H
145
142
 
164
161
/* Define to 1 if you have the <memory.h> header file. */
165
162
#undef HAVE_MEMORY_H
166
163
 
167
 
/* "Use MMX acceleration" */
 
164
/* post proc */
168
165
#undef HAVE_MMX
169
166
 
170
167
/* Define to 1 if you have the <stdint.h> header file. */
197
194
/* Define to 1 if you have the <X11/extensions/Xvlib.h> header file. */
198
195
#undef HAVE_X11_EXTENSIONS_XVLIB_H
199
196
 
200
 
/* "Use X86 CPU for mpeg2enc" */
201
 
#undef HAVE_X86CPU
202
 
 
203
 
/* "X86_64 amd64 assembly" */
204
 
#undef HAVE_X86_64
205
 
 
206
197
/* Stricter prototyping */
207
198
#undef ICONV_NEED_CONST
208
199
 
263
254
/* MJPEG */
264
255
#undef USE_MJPEG
265
256
 
266
 
/* "Use MMX acceleration" */
267
 
#undef USE_MMX
268
 
 
269
257
/* libmad */
270
258
#undef USE_MP3
271
259
 
275
263
/* Vorbis audio codec */
276
264
#undef USE_VORBIS
277
265
 
 
266
/* use x264 encoder */
 
267
#undef USE_X264
 
268
 
278
269
/* Try to use Xv extension */
279
270
#undef USE_XV
280
271