[Ffmpeg-devel] swscale.c compile error[PATCH]

Michel Bardiaux mbardiaux
Mon Nov 6 10:39:16 CET 2006


Diego Biurrun wrote:
> On Thu, Nov 02, 2006 at 05:33:48PM +0100, Michel Bardiaux wrote:
>> --- Makefile	(revision 6869)
>> +++ Makefile	(working copy)
>> @@ -88,7 +88,7 @@
>>  
>> -version.h:
>> +version.h: .svn/entries
>>  	$(SRC_PATH)/version.sh "$(SRC_PATH)"
> 
> Won't work if .svn/entries is not present, as in a release or snapshot
> tarball without .svn directories.
> 
> Diego

And to work with out-of-tree builds it should be

version.h: $(SRC_PATH)/.svn/entries

But that wont work if there are spaces in SRC_PATH.

OTOH as things stand, there is no rebuild after a svn version change, 
and that's not good since it will lead people (me!) to flame about an 
old svn when it's not actually old.

But I dont have a clue how to achieve that.

Greetings,
-- 
Michel Bardiaux
R&D Director
T +32 [0] 2 790 29 41
F +32 [0] 2 790 29 02
E mailto:mbardiaux at mediaxim.be

Mediaxim NV/SA
Vorstlaan 191 Boulevard du Souverain
Brussel 1160 Bruxelles
http://www.mediaxim.com/




More information about the ffmpeg-devel mailing list