- remove libarmbox/playback_gst.h/cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-11-07 00:57:01 +01:00
committed by Thilo Graf
parent 34a5328de7
commit 56d8dfec96
4 changed files with 1 additions and 1324 deletions

View File

@@ -21,18 +21,7 @@ libarmbox_la_SOURCES = \
audio.cpp \
init.cpp \
record.cpp \
hdmi_cec.cpp
if ENABLE_GSTREAMER
libarmbox_la_SOURCES += \
playback_gst.cpp
AM_LDFLAGS += \
-lgstreamer-1.0 \
-lgsttag-1.0 \
-lgstmpegts-1.0
else
libarmbox_la_SOURCES += \
hdmi_cec.cpp \
playback_libeplayer3.cpp
AM_CPPFLAGS += \
@@ -40,6 +29,5 @@ AM_CPPFLAGS += \
AM_LDFLAGS += \
-lass
endif
AM_CPPFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS