We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc1: warning: switch '-mcpu=cortex-a53' conflicts with '-march=armv8-a+crc+crypto' switch and resulted in options '+crc+crypto' being added
The text was updated successfully, but these errors were encountered:
In my local copy testing ffmpeg 7.x and updated v4l2request patches I have used following, may fix these warnings:
diff --git a/packages/multimedia/ffmpeg/package.mk b/packages/multimedia/ffmpeg/package.mk index 11129c638e..b76a8229c3 100644 --- a/packages/multimedia/ffmpeg/package.mk +++ b/packages/multimedia/ffmpeg/package.mk @@ -133,7 +133,7 @@ fi configure_target() { ./configure --prefix="/usr" \ - --cpu="${TARGET_CPU}" \ + --cpu="${TARGET_CPU}${TARGET_CPU_FLAGS}" \ --arch="${TARGET_ARCH}" \ --enable-cross-compile \ --cross-prefix="${TARGET_PREFIX}" \
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: