Browse Source

visionfive2: libsdl2: Fix ffplay not getting hardware acceleration
Fix "no accelerated colorspace conversion found" in ffplay, no hardware acceleration will get massive frame drop.

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>

weiheng.cheng 11 months ago
parent
commit
3b0cbcb269
1 changed files with 2 additions and 0 deletions
  1. 2 0
      recipes-graphics/libsdl2/libsdl2_2.0.20.bbappend

+ 2 - 0
recipes-graphics/libsdl2/libsdl2_2.0.20.bbappend

@@ -0,0 +1,2 @@
+# To fix  "no accelerated colorspace conversion found" during ffplay, aka software decoding
+PACKAGECONFIG:remove = "opengl"