Files
recycled-ni-libstb-hal/include/lt_debug.h
Stefan Seyfried 1e553fa928 include config.h everywhere (for LFS etc)
Origin commit data
------------------
Branch: master
Commit: f8568d53a5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-12 10:43:26 +01:00

9 lines
222 B
C

#include <config.h>
#if HAVE_TRIPLEDRAGON
#include "../libtriple/playback_td.h"
#elif HAVE_SPARK_HARDWARE
#include "../libspark/playback_lib.h"
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif