On Sun, Jul 24, 2011 at 10:28 PM, Ronald S. Bultje <[email protected]>wrote:

> This allows sharing them between multiple .asm files.
> ---
>  libavcodec/x86/dsputil_yasm.asm |   34 +---------------------------------
>  libavutil/x86/x86util.asm       |   33 +++++++++++++++++++++++++++++++++
>  2 files changed, 34 insertions(+), 33 deletions(-)
>
> diff --git a/libavcodec/x86/dsputil_yasm.asm
> b/libavcodec/x86/dsputil_yasm.asm
> index c75bd5c..a95ba8e 100644
> --- a/libavcodec/x86/dsputil_yasm.asm
> +++ b/libavcodec/x86/dsputil_yasm.asm
> @@ -20,6 +20,7 @@
>
>  
> ;******************************************************************************
>
>  %include "libavutil/x86/x86inc.asm"
> +%include "libavutil/x86/x86util.asm"
>

Will this cause multiple definitions of macros (if a file includes
both dsputil_yasm.asm and x86util.asm)? If I remember correctly, yasm
doesn't like multiple definitions of macros.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to