mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
CI [Linux]: removed custom SDL2 repo
See #168 - according to the testing, the fix may already have been applied upstream (in Ubuntu distro SDL2 package, although minor version has not changed).
This commit is contained in:
1
.github/scripts/Linux/prepare.sh
vendored
1
.github/scripts/Linux/prepare.sh
vendored
@@ -6,7 +6,6 @@ echo "LIBRARY_PATH=/usr/local/qt/lib" >> $GITHUB_ENV
|
||||
echo "PKG_CONFIG_PATH=/usr/local/qt/lib/pkgconfig" >> $GITHUB_ENV
|
||||
echo "/usr/local/qt/bin" >> $GITHUB_PATH
|
||||
|
||||
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport # SDL 2.0.12 - CESNET/UltraGrid#168; TODO: is this still needed?
|
||||
sudo add-apt-repository ppa:savoury1/vlc3 # new x265
|
||||
sudo sed -n 'p; /^deb /s/^deb /deb-src /p' -i /etc/apt/sources.list # for build-dep ffmpeg
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user