mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
Add a skeleton raop client which builds on the rtsp client.
It still requires a socket client and callback system to be added before it will be functional. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2366 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d423605bd9
commit
20478a4544
3 changed files with 349 additions and 0 deletions
|
|
@ -1009,6 +1009,7 @@ librtp_la_SOURCES = \
|
|||
modules/rtp/sdp.c modules/rtp/sdp.h \
|
||||
modules/rtp/sap.c modules/rtp/sap.h \
|
||||
modules/rtp/rtsp.c modules/rtp/rtsp.h \
|
||||
modules/rtp/raop_client.c modules/rtp/raop_client.h \
|
||||
modules/rtp/headerlist.c modules/rtp/headerlist.h \
|
||||
modules/rtp/base64.c modules/rtp/base64.h
|
||||
librtp_la_LDFLAGS = -avoid-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue