mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
Add rtp.h file to build dependencies
This commit is contained in:
parent
5a3f10131e
commit
8c29a4d5d2
@ -23,7 +23,7 @@ alsadir = $(libdir)/alsa-lib
|
||||
|
||||
alsa_LTLIBRARIES = libasound_module_pcm_bluetooth.la libasound_module_ctl_bluetooth.la
|
||||
|
||||
libasound_module_pcm_bluetooth_la_SOURCES = pcm_bluetooth.c ipc.h
|
||||
libasound_module_pcm_bluetooth_la_SOURCES = pcm_bluetooth.c ipc.h rtp.h
|
||||
libasound_module_pcm_bluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*snd_pcm_.*
|
||||
libasound_module_pcm_bluetooth_la_LIBADD = @SBC_LIBS@ @ALSA_LIBS@
|
||||
libasound_module_pcm_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ @SBC_CFLAGS@
|
||||
@ -39,7 +39,7 @@ gstreamerdir = $(libdir)/gstreamer-0.10
|
||||
|
||||
gstreamer_LTLIBRARIES = libgstbluetooth.la
|
||||
|
||||
libgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h \
|
||||
libgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h rtp.h \
|
||||
gstsbcenc.h gstsbcenc.c \
|
||||
gstsbcdec.h gstsbcdec.c \
|
||||
gstsbcparse.h gstsbcparse.c \
|
||||
|
Loading…
Reference in New Issue
Block a user