mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #2554 from CvH/9.0-ffmpegx-quickfix
ffmpegx: reorder dependencies
This commit is contained in:
commit
5e4f86ac1a
@ -39,6 +39,11 @@ if [[ ! $TARGET_ARCH = arm ]] || target_has_feature neon; then
|
|||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libvpx"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libvpx"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# X11 grab for screen recording
|
||||||
|
if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||||
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libxcb libX11"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
rm -rf .$TARGET_NAME
|
rm -rf .$TARGET_NAME
|
||||||
@ -123,7 +128,6 @@ pre_configure_target() {
|
|||||||
|
|
||||||
# X11 grab for screen recording
|
# X11 grab for screen recording
|
||||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libxcb"
|
|
||||||
PKG_FFMPEG_LIBS="$PKG_FFMPEG_LIBS -lX11"
|
PKG_FFMPEG_LIBS="$PKG_FFMPEG_LIBS -lX11"
|
||||||
PKG_FFMPEG_X11_GRAB="\
|
PKG_FFMPEG_X11_GRAB="\
|
||||||
--enable-libxcb \
|
--enable-libxcb \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user