-
Notifications
You must be signed in to change notification settings - Fork 860
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
libpango_video.so / libswscale build error on Linux Ubuntu 18.04.6 #732
Comments
I am trying the suggestion from #27 (comment) |
Still having trouble getting it to build |
Now I'm running into this ( #323 )
|
I was able to workaround this issue by modifying file components/pango_video/CMakeLists.txt
|
You can also disable any feature of Pangolin by setting the appropriate CMake option (in this case BUILD_PANGOLIN_FFMPEG to Off with ccmake or cmake-gui for instance) The link below talks about static linking of ffmpeg into a shared library in case that is related to this issue. You could try their suggestion or make sure find_package is locating a dynamic version of the library. |
OS : Ubuntu Linux 18.04.6 LTS
cmake version : 3.21.3
build error:
The text was updated successfully, but these errors were encountered: