Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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 Carl Eugen Hoyos, 4 years ago

Resolution: invalid
Status: newclosed

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

comment:2 by Carl Eugen Hoyos, 4 years ago

Component: build systemundetermined
Keywords: ffplay.exe ffmpeg.exe removed
Version: 4.2unspecified
Note: See TracTickets for help on using tickets.