-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
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
FFMpeg / x264 compilation issue #19
Comments
Hopefully these will help shed some light on the issue: |
OpenCL? I guess we'd have enable it in FFmpeg as well then... |
Did OpenCL get triggered due to my video card? |
After some research it would appear that the "enabling" of opencl is based on cpu/gpu detection in the x264 build. I also see that nearly everyone says that opencl makes things slower in general. I have disabled it in my build and now I can make it past this error. The modification requres "--disable-opencl" on both x264 and ffmpeg compile lines. |
This modification allows a build to proceed after opencl support has been detected by the x264 build. This is directly related to bytedeco#19
Fix included in version 0.10. Thanks for reporting! |
I'm compiling with this command line:
It yields this:
When I check the /home/mondain/workspace/github/javacpp-presets/ffmpeg/cppbuild/linux-x86_64/lib directory, the libx264.a file is there.
The text was updated successfully, but these errors were encountered: