Files
recycled-ni-libstb-hal/libspark/Makefile.am
Stefan Seyfried d9c22d3808 add hardware_caps header
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


Origin commit data
------------------
Branch: master
Commit: 8a6f1dea9d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-15 (Sat, 15 Sep 2012)



------------------
This commit was generated by Migit
2012-09-15 11:49:51 +02:00

23 lines
429 B
Makefile

INCLUDES = \
-I$(top_srcdir)/common \
-I$(top_srcdir)/libeplayer3/include
noinst_LIBRARIES = libspark.a
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
AM_LDFLAGS = -lpthread
libspark_a_SOURCES = \
irmp.c \
hardware_caps.c \
lirmp_input.cpp \
dmx.cpp \
video.cpp \
audio.cpp \
init.cpp \
playback_libeplayer3.cpp \
pwrmngr.cpp \
record.cpp
AM_CPPFLAGS = -DF_INTERRUPTS=20000 -DIRMP_EMBED -DLIRC_IRMP