Merge pull request #69 from linuxserver/arch-x264

add libx264
This commit is contained in:
aptalca 2024-12-28 12:39:22 -05:00 committed by GitHub
commit ecfd40f19b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ RUN \
vulkan-radeon \
vulkan-swrast \
vulkan-tools \
x264 \
xf86-video-amdgpu \
xf86-video-ati \
xf86-video-intel \

View File

@ -89,6 +89,7 @@ RUN \
vulkan-radeon \
vulkan-swrast \
vulkan-tools \
x264 \
xf86-video-amdgpu \
xf86-video-nouveau \
xf86-video-qxl \