소스 검색

Remove faulty VDPAU decoder

Seungmin Kim 2 년 전
부모
커밋
8697aee7ae
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -170,8 +170,6 @@ RUN dpkg --add-architecture i386 && \
         xorg && \
     # Install Vulkan utilities
     if [ "${UBUNTU_RELEASE}" \< "20.04" ]; then apt-get install --no-install-recommends -y vulkan-utils; else apt-get install --no-install-recommends -y vulkan-tools; fi && \
-    # Support decoding from libva or VA-API through NVIDIA VDPAU
-    curl -fsSL -o /tmp/vdpau-va-driver.deb "https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev/+files/vdpau-va-driver_0.7.4-6ubuntu2~ppa1~18.04.1_amd64.deb" && apt-get install --no-install-recommends -y /tmp/vdpau-va-driver.deb && rm -rf /tmp/* && \
     rm -rf /var/lib/apt/lists/* && \
     # Configure EGL manually
     mkdir -p /usr/share/glvnd/egl_vendor.d/ && \