Files
recycled-ni-libstb-hal/include/playback_td.h
Stefan Seyfried 6a1bc6c605 spark: use libeplayer3 for playback
Origin commit data
------------------
Branch: master
Commit: 4e3773c568
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-15 (Wed, 15 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-15 00:25:36 +01:00

9 lines
230 B
C

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