mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
Origin commit data
------------------
Commit: b00ccf15a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-28 (Sat, 28 Jan 2023)
Origin message was:
------------------
- acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#if HAVE_CST_HARDWARE
|
||||
#include <playback_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#elif HAVE_LIBSTB_HAL
|
||||
#include <playback_hal.h>
|
||||
#else
|
||||
#error neither HAVE_CST_HARDWARE nor USE_STB_HAL defined.
|
||||
#error neither HAVE_CST_HARDWARE nor HAVE_LIBSTB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user