2019-03-28 10:16 GMT+01:00, Ivan Galičič <[email protected]>:

> ./configure \
>   --pkg-config-flags="--static" \
>   --extra-cflags="-I$HOME/ffmpeg_build/include" \
>   --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
>   --extra-ldflags="-Lusr/local/lib/pkgconfig" \
>   --extra-cflags=-I/usr/local/cuda/include \
>   --extra-ldflags=-L/usr/local/cuda/lib64 \

>   --arch=x86_64 \

This is unneeded, it has either no effect or breaks compilation.

>   --extra-cflags="-march=native -mtune=native" \
>   --extra-cxxflags="-march=native -mtune=native" \
>   --extra-ldflags="-march=native -mtune=native" \
>   --extra-objcflags="-march=native -mtune=native" \
>   --extra-ldexeflags="-march=native -mtune=native" \
>   --extra-ldsoflags="-march=native -mtune=native" \

--cpu=native iirc

>   --extra-libs="-lpthread -lm" \
>   --bindir="$HOME/bin" \
>   --enable-gpl \
>   --enable-cuda-sdk --enable-cuvid --enable-nvenc --enable-libnpp \
>   --enable-libx264 \
>   --enable-avfilter \
>   --enable-libx265 \
>   --enable-nonfree \
>   --enable-libnpp \
>   --enable-opengl \
>   --enable-opencl \
>   --enable-libfreetype \
>   --enable-libzvbi \
>   --enable-libfontconfig \
>   --enable-libfreetype \
>   --enable-libfribidi \
>   --enable-libfdk-aac \
>   --enable-libmp3lame

> Issue is the same for all ffmpeg versions.

You tested several ten thousand binaries?

> Any clue what I'm doing wrong?

Please provide the command line you tested
together with the complete, uncut console output
and also test software encoding and subtitle
re-encoding to help understand the issue.
Feel free to provide a sample.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to