mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libav: add 'x11grab' input support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3ac49492ae
commit
19d729bafa
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user