From 8a15b82b76b5a77ee4ef200ddd9e018145389759 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Wed, 7 Oct 2020 10:11:26 +0200 Subject: [PATCH] use libeplayer for hisilicon devices Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/6999814fb38efb2d2bb32799b5d6dc52b49184ed Author: TangoCash Date: 2020-10-07 (Wed, 07 Oct 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libarmbox/Makefile.am b/libarmbox/Makefile.am index 26e4d9d..36a548b 100644 --- a/libarmbox/Makefile.am +++ b/libarmbox/Makefile.am @@ -32,16 +32,16 @@ AM_LDFLAGS += \ -lgsttag-1.0 \ -lgstmpegts-1.0 else -if BOXMODEL_HISILICON -libarmbox_la_SOURCES += \ - playback_hisilicon.cpp -else +#if BOXMODEL_HISILICON +#libarmbox_la_SOURCES += \ +# playback_hisilicon.cpp +#else libarmbox_la_SOURCES += \ playback_libeplayer3.cpp AM_CPPFLAGS += \ -I$(top_srcdir)/libeplayer3/include -endif +#endif AM_LDFLAGS += \ -lass