Commit 25339ea8 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

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.
parent a8352aca
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment