Advertisement
FlyingRat

Untitled

Apr 11th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.04 KB | None | 0 0
  1. Usage: configure [options]
  2. Options: [defaults in brackets after descriptions]
  3.  
  4. Help options:
  5. --help print this message
  6. --list-decoders show all available decoders
  7. --list-encoders show all available encoders
  8. --list-hwaccels show all available hardware accelerators
  9. --list-demuxers show all available demuxers
  10. --list-muxers show all available muxers
  11. --list-parsers show all available parsers
  12. --list-protocols show all available protocols
  13. --list-bsfs show all available bitstream filters
  14. --list-indevs show all available input devices
  15. --list-outdevs show all available output devices
  16. --list-filters show all available filters
  17.  
  18. Standard options:
  19. --logfile=FILE log tests and output to FILE [config.log]
  20. --disable-logging do not log configure debug information
  21. --fatal-warnings fail if any configure warning is generated
  22. --prefix=PREFIX install in PREFIX []
  23. --bindir=DIR install binaries in DIR [PREFIX/bin]
  24. --datadir=DIR install data files in DIR [PREFIX/share/ffmpeg]
  25. --libdir=DIR install libs in DIR [PREFIX/lib]
  26. --shlibdir=DIR install shared libs in DIR [PREFIX/lib]
  27. --incdir=DIR install includes in DIR [PREFIX/include]
  28. --mandir=DIR install man page in DIR [PREFIX/share/man]
  29.  
  30. Licensing options:
  31. --enable-gpl allow use of GPL code, the resulting libs
  32. and binaries will be under GPL [no]
  33. --enable-version3 upgrade (L)GPL to version 3 [no]
  34. --enable-nonfree allow use of nonfree code, the resulting libs
  35. and binaries will be unredistributable [no]
  36.  
  37. Configuration options:
  38. --disable-static do not build static libraries [no]
  39. --enable-shared build shared libraries [no]
  40. --enable-small optimize for size instead of speed
  41. --disable-runtime-cpudetect disable detecting cpu capabilities at runtime (smaller binary)
  42. --enable-gray enable full grayscale support (slower color)
  43. --disable-swscale-alpha disable alpha channel support in swscale
  44. --disable-all disable building components, libraries and programs
  45.  
  46. Program options:
  47. --disable-programs do not build command line programs
  48. --disable-ffmpeg disable ffmpeg build
  49. --disable-ffplay disable ffplay build
  50. --disable-ffprobe disable ffprobe build
  51. --disable-ffserver disable ffserver build
  52.  
  53. Documentation options:
  54. --disable-doc do not build documentation
  55. --disable-htmlpages do not build HTML documentation pages
  56. --disable-manpages do not build man documentation pages
  57. --disable-podpages do not build POD documentation pages
  58. --disable-txtpages do not build text documentation pages
  59.  
  60. Component options:
  61. --disable-avdevice disable libavdevice build
  62. --disable-avcodec disable libavcodec build
  63. --disable-avformat disable libavformat build
  64. --disable-avutil disable libavutil build
  65. --disable-swresample disable libswresample build
  66. --disable-swscale disable libswscale build
  67. --disable-postproc disable libpostproc build
  68. --disable-avfilter disable libavfilter build
  69. --enable-avresample enable libavresample build [no]
  70. --disable-pthreads disable pthreads [auto]
  71. --disable-w32threads disable Win32 threads [auto]
  72. --disable-os2threads disable OS/2 threads [auto]
  73. --disable-network disable network support [no]
  74. --disable-dct disable DCT code
  75. --disable-dwt disable DWT code
  76. --disable-lsp disable LSP code
  77. --disable-lzo disable LZO decoder code
  78. --disable-mdct disable MDCT code
  79. --disable-rdft disable RDFT code
  80. --disable-fft disable FFT code
  81.  
  82. Hardware accelerators:
  83. --enable-dxva2 enable DXVA2 code
  84. --enable-vaapi enable VAAPI code
  85. --enable-vda enable VDA code
  86. --enable-vdpau enable VDPAU code
  87.  
  88. Individual component options:
  89. --disable-everything disable all components listed below
  90. --disable-encoder=NAME disable encoder NAME
  91. --enable-encoder=NAME enable encoder NAME
  92. --disable-encoders disable all encoders
  93. --disable-decoder=NAME disable decoder NAME
  94. --enable-decoder=NAME enable decoder NAME
  95. --disable-decoders disable all decoders
  96. --disable-hwaccel=NAME disable hwaccel NAME
  97. --enable-hwaccel=NAME enable hwaccel NAME
  98. --disable-hwaccels disable all hwaccels
  99. --disable-muxer=NAME disable muxer NAME
  100. --enable-muxer=NAME enable muxer NAME
  101. --disable-muxers disable all muxers
  102. --disable-demuxer=NAME disable demuxer NAME
  103. --enable-demuxer=NAME enable demuxer NAME
  104. --disable-demuxers disable all demuxers
  105. --enable-parser=NAME enable parser NAME
  106. --disable-parser=NAME disable parser NAME
  107. --disable-parsers disable all parsers
  108. --enable-bsf=NAME enable bitstream filter NAME
  109. --disable-bsf=NAME disable bitstream filter NAME
  110. --disable-bsfs disable all bitstream filters
  111. --enable-protocol=NAME enable protocol NAME
  112. --disable-protocol=NAME disable protocol NAME
  113. --disable-protocols disable all protocols
  114. --enable-indev=NAME enable input device NAME
  115. --disable-indev=NAME disable input device NAME
  116. --disable-indevs disable input devices
  117. --enable-outdev=NAME enable output device NAME
  118. --disable-outdev=NAME disable output device NAME
  119. --disable-outdevs disable output devices
  120. --disable-devices disable all devices
  121. --enable-filter=NAME enable filter NAME
  122. --disable-filter=NAME disable filter NAME
  123. --disable-filters disable all filters
  124.  
  125. External library support:
  126. --enable-avisynth enable reading of AVISynth script files [no]
  127. --enable-bzlib enable bzlib [autodetect]
  128. --enable-fontconfig enable fontconfig
  129. --enable-frei0r enable frei0r video filtering
  130. --enable-gnutls enable gnutls [no]
  131. --enable-iconv enable iconv [autodetect]
  132. --enable-libaacplus enable AAC+ encoding via libaacplus [no]
  133. --enable-libass enable libass subtitles rendering [no]
  134. --enable-libbluray enable BluRay reading using libbluray [no]
  135. --enable-libcaca enable textual display using libcaca
  136. --enable-libcelt enable CELT decoding via libcelt [no]
  137. --enable-libcdio enable audio CD grabbing with libcdio
  138. --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394
  139. and libraw1394 [no]
  140. --enable-libfaac enable AAC encoding via libfaac [no]
  141. --enable-libfdk-aac enable AAC encoding via libfdk-aac [no]
  142. --enable-libflite enable flite (voice synthesis) support via libflite [no]
  143. --enable-libfreetype enable libfreetype [no]
  144. --enable-libgsm enable GSM de/encoding via libgsm [no]
  145. --enable-libiec61883 enable iec61883 via libiec61883 [no]
  146. --enable-libilbc enable iLBC de/encoding via libilbc [no]
  147. --enable-libmodplug enable ModPlug via libmodplug [no]
  148. --enable-libmp3lame enable MP3 encoding via libmp3lame [no]
  149. --enable-libnut enable NUT (de)muxing via libnut,
  150. native (de)muxer exists [no]
  151. --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]
  152. --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]
  153. --enable-libopencv enable video filtering via libopencv [no]
  154. --enable-libopenjpeg enable JPEG 2000 de/encoding via OpenJPEG [no]
  155. --enable-libopus enable Opus decoding via libopus [no]
  156. --enable-libpulse enable Pulseaudio input via libpulse [no]
  157. --enable-librtmp enable RTMP[E] support via librtmp [no]
  158. --enable-libschroedinger enable Dirac de/encoding via libschroedinger [no]
  159. --enable-libsoxr enable Include libsoxr resampling [no]
  160. --enable-libspeex enable Speex de/encoding via libspeex [no]
  161. --enable-libstagefright-h264 enable H.264 decoding via libstagefright [no]
  162. --enable-libtheora enable Theora encoding via libtheora [no]
  163. --enable-libtwolame enable MP2 encoding via libtwolame [no]
  164. --enable-libutvideo enable Ut Video encoding and decoding via libutvideo [no]
  165. --enable-libv4l2 enable libv4l2/v4l-utils [no]
  166. --enable-libvo-aacenc enable AAC encoding via libvo-aacenc [no]
  167. --enable-libvo-amrwbenc enable AMR-WB encoding via libvo-amrwbenc [no]
  168. --enable-libvorbis enable Vorbis en/decoding via libvorbis,
  169. native implementation exists [no]
  170. --enable-libvpx enable VP8 and VP9 de/encoding via libvpx [no]
  171. --enable-libx264 enable H.264 encoding via x264 [no]
  172. --enable-libxavs enable AVS encoding via xavs [no]
  173. --enable-libxvid enable Xvid encoding via xvidcore,
  174. native MPEG-4/Xvid encoder exists [no]
  175. --enable-openal enable OpenAL 1.1 capture support [no]
  176. --enable-openssl enable openssl [no]
  177. --enable-x11grab enable X11 grabbing [no]
  178. --enable-zlib enable zlib [autodetect]
  179.  
  180. Advanced options (experts only):
  181. --cross-prefix=PREFIX use PREFIX for compilation tools []
  182. --enable-cross-compile assume a cross-compiler is used
  183. --sysroot=PATH root of cross-build tree
  184. --sysinclude=PATH location of cross-build system headers
  185. --target-os=OS compiler targets OS []
  186. --target-exec=CMD command to run executables on target
  187. --target-path=DIR path to view of build directory on target
  188. --toolchain=NAME set tool defaults according to NAME
  189. --nm=NM use nm tool NM [nm -g]
  190. --ar=AR use archive tool AR [ar]
  191. --as=AS use assembler AS []
  192. --yasmexe=EXE use yasm-compatible assembler EXE [yasm]
  193. --cc=CC use C compiler CC [gcc]
  194. --cxx=CXX use C compiler CXX [g++]
  195. --dep-cc=DEPCC use dependency generator DEPCC [gcc]
  196. --ld=LD use linker LD []
  197. --host-cc=HOSTCC use host C compiler HOSTCC
  198. --host-cflags=HCFLAGS use HCFLAGS when compiling for host
  199. --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host
  200. --host-ld=HOSTLD use host linker HOSTLD
  201. --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host
  202. --host-libs=HLIBS use libs HLIBS when linking for host
  203. --host-os=OS compiler host OS []
  204. --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS []
  205. --extra-cxxflags=ECFLAGS add ECFLAGS to CXXFLAGS []
  206. --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS []
  207. --extra-libs=ELIBS add ELIBS []
  208. --extra-version=STRING version string suffix []
  209. --optflags=OPTFLAGS override optimization-related compiler flags
  210. --build-suffix=SUFFIX library name suffix []
  211. --malloc-prefix=PREFIX prefix malloc and related names with PREFIX
  212. --progs-suffix=SUFFIX program name suffix []
  213. --arch=ARCH select architecture []
  214. --cpu=CPU select the minimum required CPU (affects
  215. instruction selection, may crash on older CPUs)
  216. --enable-pic build position-independent code
  217. --enable-sram allow use of on-chip SRAM
  218. --enable-thumb compile for Thumb instruction set
  219. --disable-symver disable symbol versioning
  220. --enable-hardcoded-tables use hardcoded tables instead of runtime generation
  221. --disable-safe-bitstream-reader
  222. disable buffer boundary checking in bitreaders
  223. (faster, but may crash)
  224. --enable-memalign-hack emulate memalign, interferes with memory debuggers
  225. --enable-lto use link-time optimization
  226.  
  227. Optimization options (experts only):
  228. --disable-asm disable all assembler optimizations
  229. --disable-altivec disable AltiVec optimizations
  230. --disable-amd3dnow disable 3DNow! optimizations
  231. --disable-amd3dnowext disable 3DNow! extended optimizations
  232. --disable-mmx disable MMX optimizations
  233. --disable-mmxext disable MMXEXT optimizations
  234. --disable-sse disable SSE optimizations
  235. --disable-sse2 disable SSE2 optimizations
  236. --disable-sse3 disable SSE3 optimizations
  237. --disable-ssse3 disable SSSE3 optimizations
  238. --disable-sse4 disable SSE4 optimizations
  239. --disable-sse42 disable SSE4.2 optimizations
  240. --disable-avx disable AVX optimizations
  241. --disable-fma4 disable FMA4 optimizations
  242. --disable-armv5te disable armv5te optimizations
  243. --disable-armv6 disable armv6 optimizations
  244. --disable-armv6t2 disable armv6t2 optimizations
  245. --disable-vfp disable VFP optimizations
  246. --disable-neon disable NEON optimizations
  247. --disable-vis disable VIS optimizations
  248. --disable-inline-asm disable use of inline assembler
  249. --disable-yasm disable use of yasm assembler
  250. --disable-mips32r2 disable MIPS32R2 optimizations
  251. --disable-mipsdspr1 disable MIPS DSP ASE R1 optimizations
  252. --disable-mipsdspr2 disable MIPS DSP ASE R2 optimizations
  253. --disable-mipsfpu disable floating point MIPS optimizations
  254. --disable-fast-unaligned consider unaligned accesses slow
  255.  
  256. Developer options (useful when working on FFmpeg itself):
  257. --enable-coverage build with test coverage instrumentation
  258. --disable-debug disable debugging symbols
  259. --enable-debug=LEVEL set the debug level []
  260. --disable-optimizations disable compiler optimizations
  261. --enable-extra-warnings enable more compiler warnings
  262. --disable-stripping disable stripping of executables and shared libraries
  263. --assert-level=level 0(default), 1 or 2, amount of assertion testing,
  264. 2 causes a slowdown at runtime.
  265. --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
  266. --valgrind=VALGRIND run "make fate" tests through valgrind to detect memory
  267. leaks and errors, using the specified valgrind binary.
  268. Cannot be combined with --target-exec
  269. --enable-ftrapv Trap arithmetic overflows
  270. --samples=PATH location of test samples for FATE, if not set use
  271. $FATE_SAMPLES at make invocation time.
  272. --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
  273. should be used only for debugging purposes)
  274. --enable-random randomly enable/disable components
  275. --disable-random
  276. --enable-random=LIST randomly enable/disable specific components or
  277. --disable-random=LIST component groups. LIST is a comma-separated list
  278. of NAME[:PROB] entries where NAME is a component
  279. (group) and PROB the probability associated with
  280. NAME (default 0.5).
  281. --random-seed=VALUE seed value for --enable/disable-random
  282.  
  283. NOTE: Object files are built at the place where configure is launched.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement