diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-06-10 11:29:33 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-06-10 11:38:13 +0300 |
commit | dfc4fc4ffdabdc6a75b1a62e869bc16c297b8d89 (patch) | |
tree | d419bd6e8389834f7419466568277c96e883dc92 /binding/CMakeLists.txt | |
parent | 4fcdc4500e425badc1af4a5645e0c060161ddfaf (diff) |
Remove support for 4A and pulseaudio completely
Bug-AGL: SPEC-2473
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Change-Id: I320be57ce48a63c7e85b8daebf7b094423f580f9
Diffstat (limited to 'binding/CMakeLists.txt')
-rw-r--r-- | binding/CMakeLists.txt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 949bb4b..97bc2a6 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -28,9 +28,6 @@ PROJECT_TARGET_ADD(radio-binding) radio-binding.c radio_impl_kingfisher.c radio_impl_rtlsdr.c) - if(HAVE_4A_FRAMEWORK) - add_definitions(-DHAVE_4A_FRAMEWORK) - endif() PKG_CHECK_MODULES(SOUND REQUIRED gstreamer-1.0) @@ -54,16 +51,11 @@ PROJECT_TARGET_ADD(rtl_fm_helper) # Define project targets set(helper_SOURCES ${TARGET_NAME}.c + radio_output_gstreamer.c rtl_fm.c convenience/convenience.c) - if(HAVE_4A_FRAMEWORK OR HAVE_PIPEWIRE) - set(helper_SOURCES ${helper_SOURCES} radio_output_gstreamer.c) - PKG_CHECK_MODULES(helper_SOUND REQUIRED gstreamer-1.0) - else() - set(helper_SOURCES ${helper_SOURCES} radio_output_pulse.c) - PKG_CHECK_MODULES(helper_SOUND REQUIRED libpulse-simple) - endif() + PKG_CHECK_MODULES(helper_SOUND REQUIRED gstreamer-1.0) PKG_CHECK_MODULES(helper_RTLSDR REQUIRED librtlsdr) PKG_CHECK_MODULES(helper_LIBUSB REQUIRED libusb-1.0) |