Re: [FFmpeg-devel] Compiling some files with DEBUG

2014-08-20 Thread Christophe Gisquet
Hi, 2014-08-20 12:25 GMT+02:00 Michael Niedermayer : > iam probably missing something but why not add > #define DEBUG 1 > to the specific file or header for which to enable av_dlog() ? That's a possibility, but an example is working on aac, where you need to do this on around 4 files. Having them

Re: [FFmpeg-devel] Compiling some files with DEBUG

2014-08-20 Thread Michael Niedermayer
On Wed, Aug 20, 2014 at 12:07:10PM +0200, Christophe Gisquet wrote: > Hi, > > the goal is to have av_dlog output something for the recompiled files. > How are you doing it? I edit config.mak but when eg rebasing and > recompiling, this may cause a lot of files to have av_dlog active and > cause ma

[FFmpeg-devel] Compiling some files with DEBUG

2014-08-20 Thread Christophe Gisquet
Hi, the goal is to have av_dlog output something for the recompiled files. How are you doing it? I edit config.mak but when eg rebasing and recompiling, this may cause a lot of files to have av_dlog active and cause massive spamage. If it's not easy, could it be something like: rm make MY_FFMPE