mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
add experimental hisilicon player for hd60
This commit is contained in:
@@ -9,8 +9,12 @@
|
||||
#if ENABLE_GSTREAMER_10
|
||||
#include "../libarmbox/playback_gst.h"
|
||||
#else
|
||||
#if BOXMODEL_HD60
|
||||
#include "../libarmbox/playback_hisilicon.h"
|
||||
#else
|
||||
#include "../libarmbox/playback_libeplayer3.h"
|
||||
#endif
|
||||
#endif
|
||||
#elif HAVE_AZBOX_HARDWARE
|
||||
#include "../libazbox/playback_lib.h"
|
||||
#elif HAVE_GENERIC_HARDWARE
|
||||
|
Reference in New Issue
Block a user