-
Notifications
You must be signed in to change notification settings - Fork 271
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
mingw64 vvc: GCC 13.1 requires '#include <cstdint>' in TypeDef.h #2436
Comments
In the meantime... build/vvc_extra.sh _pre_ninja() {
sed -i 's!#include <cstdlib>!#include <cstdlib>\n#include <cstdint>!' ${REPO_DIR}/source/Lib/CommonLib/CommonDef.h
sed -i 's!#include <cstddef>!#include <cstddef>\n#include <cstdint>!' ${REPO_DIR}/source/Lib/CommonLib/TypeDef.h
sed -i 's!#include <cstdarg>!#include <cstdarg>\n#include <cstdint>!' ${REPO_DIR}/source/Lib/CommonLib/dtrace.h
sed -i 's!#include <vector>!#include <cstdint>\n#include <vector>!' ${REPO_DIR}/source/Lib/CommonLib/Hash.h
sed -i 's!#include <vector>!#include <cstdint>\n#include <vector>!' ${REPO_DIR}/source/Lib/Utilities/program_options_lite.h
} |
thank you |
Nobody reminded me that the repo above is a local fork for the m-ab-s project... Reported to Fraunhofer VVC trac, ticket 1600. |
1 week without any reaction upstream. Is this project abandoned? |
If you're talking about mabs, rn on a vacation right after graduation. If
about vvc, idk, all I know is that I've heard more activity on vvenc and
and vvdec more often.
…On Fri, May 26, 2023 at 15:31 LigH ***@***.***> wrote:
1 week without any reaction upstream. Is this project abandoned?
—
Reply to this email directly, view it on GitHub
<#2436 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7VPRWNJWONKHWXC2QS5DTXIEAJHANCNFSM6AAAAAAYBBRRQY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
No, I mean Fraunhofer VVC VTM. New "blocker" grade ticket should either be taken serious or degraded. OK, got a reply there. |
A fix has been committed. Works again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported in VVCSoftware_VTM issue 2
The text was updated successfully, but these errors were encountered: