[FFmpeg-devel] [PATCH 2/3] Use LIBOBJFLAGS when checking if %ebx is available.
Diego Biurrun
diego
Mon Sep 29 09:17:09 CEST 2008
On Sun, Sep 28, 2008 at 05:39:37PM +0200, Diego 'Flameeyes' Petten? wrote:
> Since the availability of %ebx is used by the library objects, use
> LIBOBJFLAGS when testing; this way if the system has PIC enabled for
> the libraries (like Solaris), it won't be reported wrongly available.
>
> --- a/configure
> +++ b/configure
> @@ -1553,8 +1553,10 @@ if enabled x86; then
>
> + temp_cflags ${LIBOBJFLAGS}
> # check wether EBX is available on x86
> check_asm ebx_available '"":::"%ebx"'
> + restore_flags
Should be OK, Mans?
Diego
More information about the ffmpeg-devel
mailing list