Skip to content

Commit

Permalink
Merge pull request #6015 from peppy/disable-linux-video-hw-accel
Browse files Browse the repository at this point in the history
Disable linux video hardware acceleration for now
  • Loading branch information
smoogipoo authored Oct 4, 2023
2 parents ecc3ce5 + 28cf5a4 commit e2c94cd
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 e2c94cd

Please sign in to comment.