[FFmpeg-devel] [PATCH] configure: add #include "version.h" to config.h

James Almer jamrial at gmail.com
Thu Nov 28 00:10:52 CET 2013


On 27/11/13 7:45 PM, Michael Niedermayer wrote:
> On Tue, Nov 26, 2013 at 02:43:18PM -0800, Timothy Gu wrote:
>> Avoid clash with version.h of the libraries.
>>
>> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
>> ---
>>  cmdutils.c | 1 -
>>  configure  | 1 +
>>  ffprobe.c  | 1 -
>>  3 files changed, 1 insertion(+), 2 deletions(-)
> 
> applied
> 
> thanks

Bad secondary effect i just noticed: Every time version.h is changed 
(git pull for example), anything that includes config.h will be 
recompiled. And that means pretty much every single file in the tree.

This should probably be reverted. Then we can think on an alternative 
solution.


More information about the ffmpeg-devel mailing list