[FFmpeg-cvslog] r23616 - trunk/configure

Måns Rullgård mans
Wed Jun 16 13:01:48 CEST 2010


Diego Biurrun <diego at biurrun.de> writes:

> On Tue, Jun 15, 2010 at 08:06:28PM +0200, mru wrote:
>> 
>> --- trunk/configure	Tue Jun 15 17:24:28 2010	(r23615)
>> +++ trunk/configure	Tue Jun 15 20:06:28 2010	(r23616)
>> @@ -252,6 +252,8 @@ EOF
>>  
>> +quotes='""'
>> +
>> @@ -2723,7 +2725,7 @@ if test_ldflags -Wl,--version-script,$TM
>>  void ff_foo(void) __asm__ ("av_foo at VERSION");
>> -void ff_foo(void) {}
>> +void ff_foo(void) { ${inline_asm+__asm__($quotes);} }
>>  EOF
>
> Why do you introduce the quotes variable?

It doesn't work otherwise.  I don't know if it's a shell bug, but
there is no way to make literal quotes inside an alternate
substitution in a here-doc appear in the output.  Both bash and ksh do
this, so it probably is intended.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list