[SCM] ffmpeg/jessie: Disable AVX optimization

Bálint Réczey balint at balintreczey.hu
Thu Nov 10 08:57:15 UTC 2016


Hi Andreas,

I guess there is a better way of fixing that upstream.

Cheers,
Balint

2016-11-10 9:54 GMT+01:00  <rbalint at users.alioth.debian.org>:
> The following commit has been merged in the jessie branch:
> commit a83c0818def5f87f50d786e52c84155addc0ecf9
> Author: Balint Reczey <balint at balintreczey.hu>
> Date:   Thu Nov 10 09:27:10 2016 +0100
>
>     Disable AVX optimization
>
>     It causes an error on jessie:
>     nasm -f elf64  -DPIC -g -F dwarf -I./ -Isrc// -Pconfig.asm \
>     -I /<<PKGBUILDDIR>>/libavcodec/x86/ -o libavcodec/x86/imdct36.o \
>     src/libavcodec/x86/imdct36.asm
>     src/libavcodec/x86/imdct36.asm:393: error: operation size not specified
>     ...
>
> diff --git a/debian/rules b/debian/rules
> index b56ac70..8685750 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -51,6 +51,7 @@ CONFIG := --prefix=/usr \
>         --disable-decoder=libschroedinger \
>         --enable-avresample \
>         --enable-avisynth \
> +       --disable-avx \
>         --enable-gnutls \
>         --enable-ladspa \
>         --enable-libass \
>
> --
> ffmpeg packaging
>
> _______________________________________________
> pkg-multimedia-commits mailing list
> pkg-multimedia-commits at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-commits



More information about the pkg-multimedia-maintainers mailing list