mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
spark: add volume control for alsa mixer
This commit is contained in:
@@ -5,7 +5,7 @@ INCLUDES = \
|
||||
noinst_LIBRARIES = libspark.a
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
AM_LDFLAGS = -lpthread
|
||||
AM_LDFLAGS = -lpthread -lasound
|
||||
|
||||
libspark_a_SOURCES = \
|
||||
irmp.c \
|
||||
@@ -13,6 +13,7 @@ libspark_a_SOURCES = \
|
||||
dmx.cpp \
|
||||
video.cpp \
|
||||
audio.cpp \
|
||||
audio_mixer.cpp \
|
||||
init.cpp \
|
||||
playback_libeplayer3.cpp \
|
||||
pwrmngr.cpp \
|
||||
|
Reference in New Issue
Block a user