From b67f8382ced0d1e7e1605de295ed186ae9a77e2a Mon Sep 17 00:00:00 2001 From: BtbN Date: Thu, 15 Jul 2021 00:42:39 +0200 Subject: [PATCH] Remove workaround for unpatched FFmpeg --- scripts.d/45-x11/60-libxv.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts.d/45-x11/60-libxv.sh b/scripts.d/45-x11/60-libxv.sh index 3f30548..05f0dab 100755 --- a/scripts.d/45-x11/60-libxv.sh +++ b/scripts.d/45-x11/60-libxv.sh @@ -38,8 +38,7 @@ ffbuild_dockerbuild() { } ffbuild_configure() { - # Needs a patch to FFmpeg to fix static linking first - echo #--enable-xlib + echo --enable-xlib } ffbuild_unconfigure() {