-
Notifications
You must be signed in to change notification settings - Fork 111
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
compile error #10
Comments
This is the error with ./configure --enable-gpl CXX internal/decode/libvireo_la-h264.lo |
Strangely AAC decoder is importing
from Please also attach your full log for more context. |
I am building on a clean fedora 27 system with gcc 7.2.1 |
Thanks for confirming, merged the change: #14 The linker errors you're seeing are unrelated to the original issue and known. I suspect it's related to the gcc version. Will keep this thread posted about the resolution. |
CXX internal/decode/libvireo_la-aac.lo
internal/decode/aac.cpp:26:10: fatal error: libavformat/avformat.h: No such file or directory
#include "libavformat/avformat.h"
^~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: