From 81510ab7f8abf4cb9ba356e11583adf53f27d324 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 26 Dec 2018 00:34:00 +0100 Subject: [PATCH] includes: better error messages Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/1d489997c46837cf7a09166dd3ffaf1abd41eb6b Author: vanhofen Date: 2018-12-26 (Wed, 26 Dec 2018) Origin message was: ------------------ - includes: better error messages ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- include/audio_hal.h | 2 +- include/playback_hal.h | 2 +- include/record_hal.h | 2 +- include/video_hal.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/audio_hal.h b/include/audio_hal.h index 6ea7a74..ed0a8b3 100644 --- a/include/audio_hal.h +++ b/include/audio_hal.h @@ -18,5 +18,5 @@ #include "../libgeneric-pc/audio_lib.h" #endif #else -#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined +#error no valid hardware defined #endif diff --git a/include/playback_hal.h b/include/playback_hal.h index e18cab2..d370cb6 100644 --- a/include/playback_hal.h +++ b/include/playback_hal.h @@ -24,5 +24,5 @@ #endif #endif #else -#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined +#error no valid hardware defined #endif diff --git a/include/record_hal.h b/include/record_hal.h index a5b0fdf..6225730 100644 --- a/include/record_hal.h +++ b/include/record_hal.h @@ -16,5 +16,5 @@ #include "../libgeneric-pc/record_lib.h" #endif #else -#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined +#error no valid hardware defined #endif diff --git a/include/video_hal.h b/include/video_hal.h index 8e30d4c..1ff401a 100644 --- a/include/video_hal.h +++ b/include/video_hal.h @@ -17,7 +17,7 @@ #include "../libgeneric-pc/video_lib.h" #endif #else -#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined +#error no valid hardware defined #endif #if STB_HAL_VIDEO_HAS_GETSCREENIMAGE