[FFmpeg-cvslog] r23616 - trunk/configure

Diego Biurrun diego
Wed Jun 16 12:36:27 CEST 2010


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?

Diego



More information about the ffmpeg-cvslog mailing list