mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
libdsdcc: fix path and pkgconfig discovery
This commit is contained in:
parent
bf27409f50
commit
9d5c6f765e
@ -2,11 +2,11 @@
|
||||
|
||||
if(NOT LIBDSDCC_FOUND)
|
||||
|
||||
pkg_check_modules (LIBDSDCC_PKG libdsdcc)
|
||||
pkg_check_modules(LIBDSDCC_PKG libdsdcc)
|
||||
|
||||
find_path(LIBDSDCC_INCLUDE_DIR
|
||||
NAMES dsd_decoder.h
|
||||
PATHS ${DSDCC_DIR}/include/dsdcc
|
||||
NAMES dsdcc/dsd_decoder.h
|
||||
PATHS ${DSDCC_DIR}/include
|
||||
${LIBDSDCC_PKG_INCLUDE_DIRS}
|
||||
/usr/include/dsdcc
|
||||
/usr/local/include/dsdcc
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PLUGINS_CHANNELRX_DEMODDSD_DSDDECODER_H_
|
||||
#define PLUGINS_CHANNELRX_DEMODDSD_DSDDECODER_H_
|
||||
|
||||
#include "dsd_decoder.h"
|
||||
#include "dsdcc/dsd_decoder.h"
|
||||
|
||||
class AudioFifo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user