mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
First version of a "hardware capabilites information" struct. This is intended to help clean up the mess in the neutrino GUI. Surely needs some more work and ongoing changes
20 lines
352 B
Makefile
20 lines
352 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/common
|
|
|
|
# this library is not used for linking, so call it libdummy...
|
|
noinst_LIBRARIES = libdummy.a
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
AM_LDFLAGS = -lpthread
|
|
|
|
libdummy_a_SOURCES = \
|
|
hardware_caps.c \
|
|
dmx.cpp \
|
|
video.cpp \
|
|
audio.cpp \
|
|
init.cpp \
|
|
playback.cpp \
|
|
pwrmngr.cpp \
|
|
record.cpp
|
|
|