slinux: use vlc on e2k too

celluloid looks fine but vlc seems more familiar to the users;
I've tested both against http://youtu.be/6juBT6EnUIc copy (4K)
to see ~200--250% Elbrus-8C CPU load on both which is OK.
This commit is contained in:
Michael Shigorin 2022-06-21 20:15:52 +03:00 committed by Anton Midyukov
parent a8352aca3c
commit 25339ea80d

View File

@ -76,7 +76,7 @@ use/slinux/mixin-base: use/slinux use/x11/xorg use/x11/lightdm/gtk +pulse \
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,THE_KMODULES,staging)
@$(call add,THE_LISTS,slinux/browser)
ifeq (,$(filter-out armh mipsel e2k%,$(ARCH)))
ifeq (,$(filter-out armh mipsel,$(ARCH)))
@$(call add,THE_LISTS,slinux/multimedia-player-celluloid)
else
@$(call add,THE_LISTS,slinux/multimedia-player-vlc)