Skip to content

Commit

Permalink
Disable linux video hardware acceleration for now
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Oct 4, 2023
1 parent ecc3ce5 commit 28cf5a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions osu.Framework.NativeLibs/scripts/ffmpeg/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ popd > /dev/null
source "$SCRIPT_PATH/common.sh"

FFMPEG_FLAGS+=(
--enable-vaapi
--enable-vdpau
--enable-hwaccel='h264_vaapi,h264_vdpau'
--enable-hwaccel='hevc_vaapi,hevc_vdpau'
--enable-hwaccel='vp8_vaapi,vp8_vdpau'
--enable-hwaccel='vp9_vaapi,vp9_vdpau'
# --enable-vaapi
# --enable-vdpau
# --enable-hwaccel='h264_vaapi,h264_vdpau'
# --enable-hwaccel='hevc_vaapi,hevc_vdpau'
# --enable-hwaccel='vp8_vaapi,vp8_vdpau'
# --enable-hwaccel='vp9_vaapi,vp9_vdpau'

--target-os=linux
)
Expand Down

0 comments on commit 28cf5a4

Please sign in to comment.