mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
* add new module for LIRC volume control
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@333 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1e78a1dd02
commit
fb4cba436c
5 changed files with 248 additions and 7 deletions
|
|
@ -159,7 +159,8 @@ SYMDEF_FILES= \
|
|||
module-tunnel-source-symdef.h \
|
||||
module-null-sink-symdef.h \
|
||||
module-esound-sink-symdef.h \
|
||||
module-zeroconf-publish-symdef.h
|
||||
module-zeroconf-publish-symdef.h \
|
||||
module-lirc-symdef.h
|
||||
|
||||
EXTRA_DIST+=$(SYMDEF_FILES)
|
||||
BUILT_SOURCES+=$(SYMDEF_FILES)
|
||||
|
|
@ -242,7 +243,8 @@ libsocket_server_la_LIBADD = $(AM_LIBADD) libiochannel.la libsocket-util.la $(LI
|
|||
|
||||
libsocket_client_la_SOURCES = socket-client.c socket-client.h
|
||||
libsocket_client_la_LDFLAGS = -avoid-version
|
||||
libsocket_client_la_LIBADD = $(AM_LIBADD) libiochannel.la libsocket-util.la libparseaddr.la
|
||||
libsocket_client_la_LIBADD = $(AM_LIBADD) libiochannel.la libsocket-util.la libparseaddr.la $(LIBASYNCNS_LIBS)
|
||||
libsocket_client_la_CFLAGS = $(AM_CFLAGS) $(LIBASYNCNS_CFLAGS)
|
||||
|
||||
libparseaddr_la_SOURCES = parseaddr.c parseaddr.h
|
||||
libparseaddr_la_LDFLAGS = -avoid-version
|
||||
|
|
@ -691,6 +693,20 @@ mainloop_test_glib12_LDADD = $(mainloop_test_LDADD) $(GLIB12_LIBS) libpolyp-main
|
|||
|
||||
endif
|
||||
|
||||
### LIRC support
|
||||
|
||||
if HAVE_LIRC
|
||||
|
||||
modlib_LTLIBRARIES+= \
|
||||
module-lirc.la
|
||||
|
||||
module_lirc_la_SOURCES = module-lirc.c
|
||||
module_lirc_la_LDFLAGS = -module -avoid-version
|
||||
module_lirc_la_LIBADD = $(AM_LIBADD) $(LIRC_LIBS)
|
||||
module_lirc_la_CFLAGS = $(AM_CFLAGS) $(LIRC_CFLAGS)
|
||||
|
||||
endif
|
||||
|
||||
### libpolypcore (needs to be updated)
|
||||
|
||||
if BUILD_LIBPOLYPCORE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue