Skip to content
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

Makefile:1033: recipe for target 'frames' failed #30

Open
baptistapedro opened this issue Nov 5, 2019 · 1 comment
Open

Makefile:1033: recipe for target 'frames' failed #30

baptistapedro opened this issue Nov 5, 2019 · 1 comment

Comments

@baptistapedro
Copy link

Anyone knows how to fix this error?
https://dpaste.de/BT3E/raw

@mCr86
Copy link

mCr86 commented Jun 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants