mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
9 lines
204 B
C
9 lines
204 B
C
#if HAVE_CST_HARDWARE
|
|
#include <audio_cs.h>
|
|
#elif HAVE_LIBSTB_HAL
|
|
#include <audio_hal.h>
|
|
#else
|
|
#error neither HAVE_CST_HARDWARE nor HAVE_LIBSTB_HAL defined.
|
|
#error do you need to include config.h?
|
|
#endif
|