-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gst1-plugins-base: build OpenGL library and plugin
Requires packages video feed. Signed-off-by: Daniel Golle <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b854cb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b854cb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dangowrt how to resolv the issue?
b854cb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enable the video feed. It's a non-issue, the GL library and module will simply be skipped if mesa, wayland and graphene packages are not present.
b854cb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dangowrt
Where is the libgraphene, cannot found it on video feed.
b854cb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dangowrt Why not add these packages?
b854cb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See
openwrt/video#35
The idea of the video feed and having those packages there is to not have them built by the buildbots. Mesa is huge, WebKit alone are more source files than all the rest of OpenWrt together, it takes hours to build. We may decide to occasionally also generate binaries, but having all that in the packages feed is just overkill with our current CI/buildbot concept.
b854cb5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dangowrt If that's the case, is it necessary to include it?