mirror of
https://github.com/openwrt/video.git
synced 2026-07-14 00:44:40 +04:00
d4d2a3d5eaaa45a266c5563fdaff81213d6f52fd
Qt5-GUI now gets compiled with support for OpenGL, however only links against GL stubs provided by the 2d software renderer. That way we can decide at runtime, whether we want to use GL or not - with almost no overhead, if not. This also enables QtQuick2 being built correctly, which depends on GL support and provides the possibility of using QtQuick2 with the 2d-sw-renderer even on hardware without native support for GL.
Video packages feed
Description
This is an OpenWrt package feed containing video / graphics (as in 'higher than just curses') related libraries and applications which are not considered to be so called "core" packages.
Usage
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git video https://github.com/openwrt/video.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update video
./scripts/feeds install -a -p video
The video packages should now appear in menuconfig in section 'Video'.
Description
Languages
Makefile
97.1%
C
1.9%
Shell
1%