spark: use libeplayer3 for playback

This commit is contained in:
Stefan Seyfried
2012-02-15 00:16:11 +01:00
parent ebf92d82ec
commit 4e3773c568
7 changed files with 33 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
#if HAVE_TRIPLEDRAGON
#include "../libtriple/playback_td.h"
#elif HAVE_SPARK_HARDWARE
#include "../libspark/playback_lib.h"
#include "../libspark/playback_libeplayer3.h"
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif