rdp / ffmpeg-windows-build-helpers

Helper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.
GNU General Public License v3.0
1.09k stars 414 forks source link

Building with disabled components #690

Closed mysteryx93 closed 1 year ago

mysteryx93 commented 1 year ago

I want to build ffmpeg for Windows on Linux with minimal components only for muxing.

How can I use this script with the following options, essentially disabling everything but probing and muxing?

--disable-debug --disable-ffplay --disable-ffprobe --disable-doc --disable-encoders --disable-avdevice --disable-swscale --disable-postproc --disable-hwaccels --disable-protocols --disable-devices --disable-filters --disable-decoders --disable-pixelutils --disable-dct --disable-dwt --disable-lsp --disable-mdct --disable-rdft --disable-fft --disable-faan --disable-bsfs --disable-protocol=udp --disable-alsa --disable-appkit --disable-avfoundation --disable-bzlib --disable-coreimage --disable-iconv --disable-lzma --disable-metal --disable-sndio --disable-schannel --disable-sdl2 --disable-securetransport --disable-vulkan --disable-xlib --disable-zlib --disable-amf --disable-audiotoolbox --disable-cuda-llvm --disable-cuvid --disable-d3d11va --disable-dxva2 --disable-ffnvcodec --disable-nvdec --disable-nvenc --disable-v4l2-m2m --disable-vaapi --disable-vdpau --disable-videotoolbox --disable-libxcb --enable-small

mysteryx93 commented 1 year ago

ok editing config_options under build_ffmpeg "should" work, the problem I'm having is something else. I'll close this and open another issue with the error even with standard params.