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
Hi, can you clarify the changes needed to the opencv cmake files?
I assume that the change to the root CMakeLists.txt is to change
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT ANDROID AND NOT IOS)) to OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT IOS))
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT ANDROID AND NOT IOS))
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT IOS))
But the needed change to OpenCVFindLibsVideo.cmake is not as obvious to me. Thanks!
The text was updated successfully, but these errors were encountered:
@adennie This is my changes in opencv source when i build opencv with ffmpeg for android.
Wish it can help you.
The details you can found here: https://gist.github.com/xuchong/31426c624bffd8802ecf17a830bfef53
You can also download the diff files. diff.patch.txt
Sorry, something went wrong.
No branches or pull requests
Hi, can you clarify the changes needed to the opencv cmake files?
I assume that the change to the root CMakeLists.txt is to change
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT ANDROID AND NOT IOS))
to
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT IOS))
But the needed change to OpenCVFindLibsVideo.cmake is not as obvious to me.
Thanks!
The text was updated successfully, but these errors were encountered: