#8758: ffmpeg.exe and ffplay.exe not created
-------------------------------------+-------------------------------------
Reporter: Shevach | Type: defect
Status: new | Priority: normal
Component: build | Version: 4.2
system |
Keywords: | Blocked By:
ffplay.exe;ffmpeg.exe |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
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?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8758>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".