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
您好,最近学习x264时想用VS编译x264,通过您的工程受益匪浅,但是我在编译release版的时候编不过,提示
encoder\rdo.c(35): error C2061: 语法错误: 标识符“x264_cabac_transition_unary” 1>encoder\rdo.c(35): error C2059: 语法错误:“;” 1>encoder\rdo.c(35): error C2059: 语法错误:“[” 1>encoder\rdo.c(36): error C2061: 语法错误: 标识符“x264_cabac_size_unary” 1>encoder\rdo.c(36): error C2059: 语法错误:“;” 1>encoder\rdo.c(36): error C2059: 语法错误:“[” 1>encoder\rdo.c(39): error C2061: 语法错误: 标识符“cabac_transition_5ones” 1>encoder\rdo.c(39): error C2059: 语法错误:“;” 1>encoder\rdo.c(39): error C2059: 语法错误:“[” 1>encoder\rdo.c(40): error C2061: 语法错误: 标识符“cabac_size_5ones” 1>encoder\rdo.c(40): error C2059: 语法错误:“;” 1>encoder\rdo.c(40): error C2059: 语法错误:“[” 请帮忙看一下,万分感谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,最近学习x264时想用VS编译x264,通过您的工程受益匪浅,但是我在编译release版的时候编不过,提示
The text was updated successfully, but these errors were encountered: