Lines Matching full:enable
23 --enable-avfilter \
25 --enable-logging \
26 --enable-optimizations \
28 --enable-avdevice \
29 --enable-avcodec \
30 --enable-avformat \
31 --enable-network \
33 --enable-swscale-alpha \
35 --enable-dct \
36 --enable-fft \
37 --enable-mdct \
38 --enable-rdft \
41 --enable-runtime-cpudetect \
46 --enable-hwaccels \
64 FFMPEG_CONF_OPTS += --enable-gpl
70 FFMPEG_CONF_OPTS += --enable-nonfree
76 FFMPEG_CONF_OPTS += --enable-ffmpeg
83 FFMPEG_CONF_OPTS += --enable-ffplay
91 FFMPEG_CONF_OPTS += --enable-libv4l2
97 FFMPEG_CONF_OPTS += --enable-avresample
103 FFMPEG_CONF_OPTS += --enable-ffprobe
110 --enable-libxcb \
111 --enable-libxcb-shape \
112 --enable-libxcb-shm \
113 --enable-libxcb-xfixes
120 FFMPEG_CONF_OPTS += --enable-postproc
126 FFMPEG_CONF_OPTS += --enable-swscale
133 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_ENCODERS)),--enable-encoder=$(x))
138 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_DECODERS)),--enable-decoder=$(x))
143 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_MUXERS)),--enable-muxer=$(x))
148 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_DEMUXERS)),--enable-demuxer=$(x))
153 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_PARSERS)),--enable-parser=$(x))
158 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_BSFS)),--enable-bsf=$(x))
163 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_PROTOCOLS)),--enable-protocol=$(x))
168 $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_FILTERS)),--enable-filter=$(x))
172 FFMPEG_CONF_OPTS += --enable-indevs
174 FFMPEG_CONF_OPTS += --enable-alsa
184 FFMPEG_CONF_OPTS += --enable-outdevs
193 FFMPEG_CONF_OPTS += --enable-pthreads
199 FFMPEG_CONF_OPTS += --enable-zlib
206 FFMPEG_CONF_OPTS += --enable-bzlib
213 FFMPEG_CONF_OPTS += --enable-libfdk-aac
220 FFMPEG_CONF_OPTS += --enable-libcdio
227 FFMPEG_CONF_OPTS += --enable-gnutls --disable-openssl
236 FFMPEG_CONF_OPTS += --enable-openssl
249 FFMPEG_CONF_OPTS += --enable-libdrm
256 FFMPEG_CONF_OPTS += --enable-libopenh264
265 --enable-libvorbis \
266 --enable-muxer=ogg \
267 --enable-encoder=libvorbis
271 FFMPEG_CONF_OPTS += --enable-vaapi
278 FFMPEG_CONF_OPTS += --enable-vdpau
285 FFMPEG_CONF_OPTS += --enable-mmal --enable-omx --enable-omx-rpi \
295 FFMPEG_CONF_OPTS += --enable-libopencv
302 FFMPEG_CONF_OPTS += --enable-libopus
309 FFMPEG_CONF_OPTS += --enable-libvpx
316 FFMPEG_CONF_OPTS += --enable-libass
323 FFMPEG_CONF_OPTS += --enable-libbluray
330 FFMPEG_CONF_OPTS += --enable-libmfx
337 FFMPEG_CONF_OPTS += --enable-librtmp
344 FFMPEG_CONF_OPTS += --enable-libmp3lame
351 FFMPEG_CONF_OPTS += --enable-libmodplug
358 FFMPEG_CONF_OPTS += --enable-libspeex
365 FFMPEG_CONF_OPTS += --enable-libtheora
372 FFMPEG_CONF_OPTS += --enable-iconv
382 FFMPEG_CONF_OPTS += --enable-libfreetype
389 FFMPEG_CONF_OPTS += --enable-fontconfig
396 FFMPEG_CONF_OPTS += --enable-libopenjpeg
403 FFMPEG_CONF_OPTS += --enable-libx264
410 FFMPEG_CONF_OPTS += --enable-libx265
417 FFMPEG_CONF_OPTS += --enable-libdav1d
424 FFMPEG_CONF_OPTS += --enable-x86asm
432 FFMPEG_CONF_OPTS += --enable-sse
438 FFMPEG_CONF_OPTS += --enable-sse2
444 FFMPEG_CONF_OPTS += --enable-sse3
450 FFMPEG_CONF_OPTS += --enable-ssse3
456 FFMPEG_CONF_OPTS += --enable-sse4
462 FFMPEG_CONF_OPTS += --enable-sse42
468 FFMPEG_CONF_OPTS += --enable-avx
474 FFMPEG_CONF_OPTS += --enable-avx2
486 FFMPEG_CONF_OPTS += --enable-armv6
491 FFMPEG_CONF_OPTS += --enable-vfp
496 FFMPEG_CONF_OPTS += --enable-neon
498 FFMPEG_CONF_OPTS += --enable-neon
507 FFMPEG_CONF_OPTS += --enable-mipsfpu
515 FFMPEG_CONF_OPTS += --enable-altivec
526 FFMPEG_CONF_OPTS += --enable-pic
558 --enable-cross-compile \