From 3378966235c8ba6f63cd87ad0c9a239c3a8c30e2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 26 Feb 2019 13:41:17 +0000 Subject: [PATCH] #1883 libyuv has been merged git-svn-id: https://xpra.org/svn/Xpra/trunk@21892 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- src/win32/MINGW_SETUP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/MINGW_SETUP.sh b/src/win32/MINGW_SETUP.sh index a52c60aad2..fbab727a17 100644 --- a/src/win32/MINGW_SETUP.sh +++ b/src/win32/MINGW_SETUP.sh @@ -30,7 +30,7 @@ PACMAN="pacman" #most packages get installed here: (python, gtk, etc): $PACMAN --noconfirm -S ${XPKG}python2 ${XPKG}python2-pygtk ${XPKG}gtkglext ${XPKG}python2-gobject ${XPKG}libnotify #media libraries (more than we actually need): -$PACMAN --noconfirm -S ${XPKG}ffmpeg ${XPKG}gst-plugins-good ${XPKG}gst-plugins-bad ${XPKG}gst-plugins-ugly +$PACMAN --noconfirm -S ${XPKG}ffmpeg ${XPKG}libyuv-git ${XPKG}gst-plugins-good ${XPKG}gst-plugins-bad ${XPKG}gst-plugins-ugly #network layer libraries: $PACMAN --noconfirm -S ${XPKG}lz4 ${XPKG}lzo2 ${XPKG}xxhash openssh sshpass #python3 GStreamer bindings: