build(linux): remove unused intel media sdk (#2681)

This commit is contained in:
ReenigneArcher 2024-06-12 19:37:47 -04:00 committed by GitHub
commit 2e1eb0c914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 0 additions and 82 deletions

View file

@ -67,10 +67,6 @@ apt-get install -y --no-install-recommends \
wget \
x11-xserver-utils \
xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
apt-get install -y --no-install-recommends \
libmfx-dev
fi
apt-get clean
rm -rf /var/lib/apt/lists/*
_DEPS