⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 这是Linux环境下的蓝牙源代码
💻 AM
字号:
if AUDIOPLUGINplugindir = $(libdir)/bluetooth/pluginsplugin_LTLIBRARIES = audio.laaudio_la_SOURCES = main.c \	manager.h manager.c headset.h headset.c \	ipc.h ipc.c unix.h unix.c \	device.h device.c gateway.h gateway.c \	sink.c sink.h avdtp.c avdtp.h \	a2dp.c a2dp.h control.c control.haudio_la_LDFLAGS = -module -avoid-version -no-undefined \			-export-symbols-regex bluetooth_plugin_descLDADD = $(top_builddir)/common/libhelper.a \		@GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@if ALSAalsadir = $(libdir)/alsa-libalsa_LTLIBRARIES = libasound_module_pcm_bluetooth.la libasound_module_ctl_bluetooth.lalibasound_module_pcm_bluetooth_la_SOURCES = pcm_bluetooth.c rtp.h ipc.h ipc.clibasound_module_pcm_bluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*snd_pcm_.*libasound_module_pcm_bluetooth_la_LIBADD = @SBC_LIBS@ @BLUEZ_LIBS@ @ALSA_LIBS@libasound_module_pcm_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ @BLUEZ_CFLAGS@ @SBC_CFLAGS@libasound_module_ctl_bluetooth_la_SOURCES = ctl_bluetooth.c rtp.h ipc.h ipc.clibasound_module_ctl_bluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*snd_ctl_.*libasound_module_ctl_bluetooth_la_LIBADD = @BLUEZ_LIBS@ @ALSA_LIBS@libasound_module_ctl_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ @BLUEZ_CFLAGS@endifif GSTREAMERgstreamerdir = $(libdir)/gstreamer-0.10gstreamer_LTLIBRARIES = libgstbluetooth.lalibgstbluetooth_la_SOURCES = gstbluetooth.c \				gstsbcenc.h gstsbcenc.c \				gstsbcdec.h gstsbcdec.c \				gstsbcparse.h gstsbcparse.c \				gstavdtpsink.h gstavdtpsink.c \				gsta2dpsink.h gsta2dpsink.c \				gstsbcutil.h gstsbcutil.c \				gstrtpsbcpay.h gstrtpsbcpay.c \				rtp.h ipc.h ipc.clibgstbluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex gst_plugin_desclibgstbluetooth_la_LIBADD = @SBC_LIBS@ @BLUEZ_LIBS@ @GSTREAMER_LIBS@ -lgstaudio-0.10 -lgstrtp-0.10libgstbluetooth_la_CFLAGS = @GSTREAMER_CFLAGS@ @BLUEZ_CFLAGS@ @SBC_CFLAGS@endifendifAM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/srcEXTRA_DIST = audio.conf audio-api.txt test-audio asound.confMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -