mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-07 06:58:59 +08:00
bc8e044d8c
The macro hell sometimes make it difficult to trace the source of an error, so it is easier to analyze the preprocessed output. This patch makes this automatical by specifying DBG=1 on the command line: a file ffmpeg/dir/file.asm gets preprocessed to builddir/dir/file.dbg.asm, which is then compiled. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>