Skip to content

Commit 1854826

Browse files
committed
Only use vdpau-sunxi when using old disp driver
1 parent ea9a20f commit 1854826

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export VDPAU_DRIVER=sunxi
1+
if [ -d /sys/module/disp ]; then
2+
export VDPAU_DRIVER=sunxi
3+
end

0 commit comments

Comments
 (0)