- acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL

Conflicts:
	src/gui/imageinfo_ni.cpp
This commit is contained in:
vanhofen
2023-01-28 12:06:17 +01:00
committed by Thilo Graf
parent 430bb80aba
commit 452f35adef
11 changed files with 31 additions and 38 deletions

View File

@@ -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