From 5cc1c40c95350c20cc9b7643ae9073b22ce6f24d 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 --- 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