mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
libav: add 'x11grab' input support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -82,7 +82,7 @@ cd $PKG_BUILD/
|
||||
--enable-avfilter \
|
||||
--enable-pthreads \
|
||||
--disable-w32threads \
|
||||
--disable-x11grab \
|
||||
--enable-x11grab \
|
||||
--enable-network \
|
||||
--disable-gray \
|
||||
--enable-swscale-alpha \
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2.0.2
|
||||
- add 'x11grab' input support
|
||||
|
||||
2.0.1
|
||||
- add 'ffplay' binary
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
PKG_NAME="libav"
|
||||
PKG_VERSION="0.7.2"
|
||||
PKG_REV="1"
|
||||
PKG_REV="2"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libav.org"
|
||||
|
||||
Reference in New Issue
Block a user