diff --git a/build/20-multimedia.sh b/build/20-multimedia.sh index 9811a40..331408a 100755 --- a/build/20-multimedia.sh +++ b/build/20-multimedia.sh @@ -7,7 +7,6 @@ set -eoux pipefail ############################################################################### echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..." dnf5 install -y \ - dnf5 install -y \ --enablerepo=terra \ --allowerasing \ --skip-unavailable \ @@ -16,7 +15,6 @@ dnf5 install -y \ mesa-vulkan-drivers \ mesa-dri-drivers \ ffmpeg \ - libavcodec-freeworld \ gstreamer1-libav \ gstreamer1-plugins-ugly \ gstreamer1-plugins-bad-free-extras \