Files
recycled-ni-libstb-hal/libarmbox/Makefile.am
vanhofen 6b8b86e750 Revert "remove hdmi_cec"
This reverts commit 756a409f2f.


Origin commit data
------------------
Branch: master
Commit: 93bb54b48d
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-12-25 (Sun, 25 Dec 2022)



------------------
This commit was generated by Migit
2022-12-25 20:54:29 +01:00

28 lines
546 B
Makefile

noinst_LTLIBRARIES = libarmbox.la
AM_CPPFLAGS = -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
AM_CPPFLAGS += \
-I$(top_srcdir)/common \
-I$(top_srcdir)/include \
-I$(top_srcdir)/libeplayer3/include
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
AM_LDFLAGS = \
-lOpenThreads \
@AVFORMAT_LIBS@ \
@AVUTIL_LIBS@ \
@AVCODEC_LIBS@ \
@SWRESAMPLE_LIBS@ \
-lpthread -lass -lrt
libarmbox_la_SOURCES = \
hardware_caps.c \
dmx.cpp \
video.cpp \
audio.cpp \
init.cpp \
record.cpp \
hdmi_cec.cpp \
playback_libeplayer3.cpp