#8758 closed defect (invalid)
ffmpeg.exe and ffplay.exe not created
| Reported by: | Shevach | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
i build ffmpeg for windows (with mingw32), i use the following prameters for 'configure':
.\configure --extra-cflags=-O3 --target-os=mingw32 --arch=x86 --disable-runtime-cpudetect --disable-muxers --disable-encoders --disable-avdevice --disable-postproc --disable-swresample --disable-avfilter --disable-doc --disable-debug --disable-pthreads --disable-network --disable-bsfs --disable-decoders --enable-shared --enable-dxva2 --enable-hwaccel=dxva2
However, upon running 'configure' in config.h the defines:
#define CONFIG_FFPLAY 0
#define CONFIG_FFMPEG 0
Consequently, 'make' does not generate ffmpeg.exe and ffplay.exe.
The option '--disable-programs' is not used then why the binaries are not created?
Change History (2)
comment:1 by , 6 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 6 years ago
| Component: | build system → undetermined |
|---|---|
| Keywords: | ffplay.exe ffmpeg.exe removed |
| Version: | 4.2 → unspecified |



Because filters are a requirement, please test
--disable-everything.