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
Anyone knows how to fix this error? https://dpaste.de/BT3E/raw
The text was updated successfully, but these errors were encountered:
Same issue.
make all-recursive make[1]: Entering directory '/workspace/vireo/vireo' Making all in ../imagecore make[2]: Entering directory '/workspace/vireo/imagecore' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/workspace/vireo/imagecore' make[2]: Entering directory '/workspace/vireo/vireo' CXXLD frames ./.libs/libvireo.so: undefined reference to `mp4a_export_AudioSpecificConfig' ./.libs/libvireo.so: undefined reference to `h264_setup_parser' ./.libs/libvireo.so: undefined reference to `h264_cleanup_parser' ./.libs/libvireo.so: undefined reference to `h264_parse_sps' collect2: error: ld returned 1 exit status Makefile:1033: recipe for target 'frames' failed make[2]: *** [frames] Error 1 make[2]: Leaving directory '/workspace/vireo/vireo' Makefile:2087: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/workspace/vireo/vireo' Makefile:649: recipe for target 'all' failed make: *** [all] Error 2
Please Help.
Sorry, something went wrong.
No branches or pull requests
Anyone knows how to fix this error?
https://dpaste.de/BT3E/raw
The text was updated successfully, but these errors were encountered: