mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #2475 from CvH/9.0-ffmpeg-x11grab-cleanup
ffmpeg: remove x11grab
This commit is contained in:
commit
6eae0caa46
@ -72,10 +72,6 @@ else
|
|||||||
FFMPEG_FPU="--disable-neon"
|
FFMPEG_FPU="--disable-neon"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
|
||||||
FFMPEG_X11GRAB="--enable-indev=x11grab_xcb"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
rm -rf .$TARGET_NAME
|
rm -rf .$TARGET_NAME
|
||||||
@ -204,8 +200,7 @@ configure_target() {
|
|||||||
--disable-altivec \
|
--disable-altivec \
|
||||||
$FFMPEG_FPU \
|
$FFMPEG_FPU \
|
||||||
--enable-yasm \
|
--enable-yasm \
|
||||||
--disable-symver \
|
--disable-symver
|
||||||
$FFMPEG_X11GRAB
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user