-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
嵌入式下编译出现 OPENGL 相关报错 #1409
Comments
你好,我想问一下,你们交叉编译成功了吗,我这边报错了,avutil is required,but compiler can not find |
请使用新的sdk,无需在编译上浪费时间 https://github.com/wang-bin/mdk-sdk |
你好,我现在是想把qtav弄到arm板子上面运行,我现在在ubuntu上面已经可以运行出来了,但是交叉编译不过关。:-1: error: avutil is required, but compiler can not find it这是他的报错。我不清楚是什么问题
lsztx07080520
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年7月9日(星期天) 上午10:40
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [wang-bin/QtAV] 嵌入式下编译出现 OPENGL 相关报错 (Issue #1409)
请使用新的sdk,无需在编译上浪费时间https://github.com/wang-bin/mdk-sdk
—
直接回复此邮件,在GitHub上查看,或者取消订阅.
***@***.***与>.
|
你好,我这边交叉编译了ffmpeg后,我这里已经选了交叉编译后的文件路径了,但是它 还是error: avutil is required, but compiler can not find it这是他的报错。我不清楚是什么问题
…------------------ 原始邮件 ------------------
发件人: "�" ***@***.***>;
发送时间: 2023年7月9日(星期天) 晚上11:21
***@***.******@***.***>;
***@***.***>;
主题: 回复: [wang-bin/QtAV] 嵌入式下编译出现 OPENGL 相关报错 (Issue #1409)
你好,我现在是想把qtav弄到arm板子上面运行,我现在在ubuntu上面已经可以运行出来了,但是交叉编译不过关。:-1: error: avutil is required, but compiler can not find it这是他的报错。我不清楚是什么问题
lsztx07080520
***@***.***
------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年7月9日(星期天) 上午10:40
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [wang-bin/QtAV] 嵌入式下编译出现 OPENGL 相关报错 (Issue #1409)
请使用新的sdk,无需在编译上浪费时间https://github.com/wang-bin/mdk-sdk
—
直接回复此邮件,在GitHub上查看,或者取消订阅.
***@***.***与>.
|
你好,我把交叉编译的ffmpeg的include和lib放到我交叉编译的QT那里去了,compiler已经可以找到avuti了,但是现在又有了新的报错。我不知道应该如何解决这个报错,不知道你是否的解决的方法。此外,我去看了SDK我去下载回来好像没有可以用qt打开的PRO文件。如果你有空回复我,我不胜感激。
?
***@***.***
…------------------ 原始邮件 ------------------
发件人: "�" ***@***.***>;
发送时间: 2023年7月10日(星期一) 上午9:58
***@***.******@***.***>;
***@***.***>;
主题: 回复: [wang-bin/QtAV] 嵌入式下编译出现 OPENGL 相关报错 (Issue #1409)
你好,我这边交叉编译了ffmpeg后,我这里已经选了交叉编译后的文件路径了,但是它 还是error: avutil is required, but compiler can not find it这是他的报错。我不清楚是什么问题
------------------ 原始邮件 ------------------
发件人: "�" ***@***.***>;
发送时间: 2023年7月9日(星期天) 晚上11:21
***@***.******@***.***>;
***@***.***>;
主题: 回复: [wang-bin/QtAV] 嵌入式下编译出现 OPENGL 相关报错 (Issue #1409)
你好,我现在是想把qtav弄到arm板子上面运行,我现在在ubuntu上面已经可以运行出来了,但是交叉编译不过关。:-1: error: avutil is required, but compiler can not find it这是他的报错。我不清楚是什么问题
lsztx07080520
***@***.***
------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年7月9日(星期天) 上午10:40
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [wang-bin/QtAV] 嵌入式下编译出现 OPENGL 相关报错 (Issue #1409)
请使用新的sdk,无需在编译上浪费时间https://github.com/wang-bin/mdk-sdk
—
直接回复此邮件,在GitHub上查看,或者取消订阅.
***@***.***与>.
|
能编译能运行也不一定能正常使用,arm平台要看你什么硬解和系统,优化只会在新的sdk支持 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
QtAV master, Qt12.9 and csky
/home/a/csky/qtav/QtAV-master/src/QtAV/VideoShader.h:128:42: error: ‘userShaderHeader’ declared as a ‘virtual’ field
virtual const char* userShaderHeader(QOpenGLShader::ShaderType) const {return 0;}
^~~~~~~~~~~~~
/home/a/csky/qtav/QtAV-master/src/QtAV/VideoShader.h:128:25: error: expected ‘;’ at end of member declaration
virtual const char* userShaderHeader(QOpenGLShader::ShaderType) const {return 0;}
^~~~~~~~~~~~~~~~
/home/a/csky/qtav/QtAV-master/src/QtAV/VideoShader.h:128:42: error: ‘QOpenGLShader’ has not been declared
virtual const char* userShaderHeader(QOpenGLShader::ShaderType) const {return 0;}
^~~~~~~~~~~~~
/home/a/csky/qtav/QtAV-master/src/QtAV/VideoShader.h:128:67: error: ISO C++ forbids declaration of ‘ShaderType’ with no type [-fpermissive]
virtual const char* userShaderHeader(QOpenGLShader::ShaderType) const {return 0;}
^
/home/a/csky/qtav/QtAV-master/src/QtAV/VideoShader.h:128:67: error: expected ‘;’ at end of member declaration
/home/a/csky/qtav/QtAV-master/src/QtAV/VideoShader.h:128:75: error: expected unqualified-id before ‘{’ token
virtual const char* userShaderHeader(QOpenGLShader::ShaderType) const {return 0;}
请问这个 QTAV 的编译必须要 QT 源码中存在 OPENGL 吗?
The text was updated successfully, but these errors were encountered: