Revert "qt5base: also pass MAKE_VARS and MAKE_FLAGS"
[feed/video.git] / README.md
1 # Video packages feed
2
3 ## Description
4
5 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.
6
7 ## Usage
8
9 To use these packages, add the following line to the feeds.conf
10 in the OpenWrt buildroot:
11
12 ```
13 src-git video https://github.com/openwrt/video.git
14 ```
15
16 This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
17
18 ```
19 ./scripts/feeds update video
20 ./scripts/feeds install -a -p video
21 ```
22
23 The video packages should now appear in menuconfig in section 'Video'.