Skip to content

Commit

Permalink
feat: Add vdpau drivers with h264 support
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 1, 2024
1 parent 8ecbd0f commit 90a3cc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Containerfile
Expand Up @@ -214,7 +214,9 @@ RUN rpm-ostree override replace \
bluez-cups \
bluez-libs \
bluez-obexd \
xorg-x11-server-Xwayland
xorg-x11-server-Xwayland && \
rpm-ostree install \
mesa-vdpau-drivers-freeworld.x86_64

# Remove unneeded packages
RUN rpm-ostree override remove \
Expand Down Expand Up @@ -332,7 +334,8 @@ RUN rpm-ostree install \
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/fedora-updates.repo && \
rpm-ostree install \
mesa-vulkan-drivers.i686 \
mesa-va-drivers-freeworld.i686 && \
mesa-va-drivers-freeworld.i686 \
mesa-vdpau-drivers-freeworld.i686 && \
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/rpmfusion-nonfree-steam.repo && \
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree.repo && \
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree-updates.repo && \
Expand Down

0 comments on commit 90a3cc9

Please sign in to comment.