libav: add 'x11grab' input support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-15 15:49:51 +01:00
parent 3ac49492ae
commit 19d729bafa
3 changed files with 5 additions and 2 deletions

View File

@ -82,7 +82,7 @@ cd $PKG_BUILD/
--enable-avfilter \
--enable-pthreads \
--disable-w32threads \
--disable-x11grab \
--enable-x11grab \
--enable-network \
--disable-gray \
--enable-swscale-alpha \

View File

@ -1,3 +1,6 @@
2.0.2
- add 'x11grab' input support
2.0.1
- add 'ffplay' binary

View File

@ -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"