mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +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
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
23 lines
429 B
Makefile
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
|