Files
recycled-ni-libstb-hal/include/playback_td.h
Stefan Seyfried dfdbdf2f48 first try at building "libneutrino-hal" standalone
Origin commit data
------------------
Branch: master
Commit: 245c511981
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-03 (Fri, 03 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-11 11:08:04 +01:00

8 lines
202 B
C

#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