spark: add volume control for alsa mixer

Origin commit data
------------------
Branch: master
Commit: 7cd67c9fad
Author: martii <you@example.com>
Date: 2012-09-05 (Wed, 05 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2012-09-05 19:08:45 +02:00
parent b4ac2ad25e
commit e0c90be5e7
5 changed files with 114 additions and 1 deletions

View File

@@ -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 \