mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
autoconf-1.13 has new warnings, silence them by updating
the buildsystem
Origin commit data
------------------
Branch: master
Commit: 9338fc6d1f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
------------------
This commit was generated by Migit
23 lines
443 B
Makefile
23 lines
443 B
Makefile
noinst_LTLIBRARIES = libspark.la
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/common \
|
|
-I$(top_srcdir)/libeplayer3/include
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
AM_LDFLAGS = -lpthread -lass
|
|
|
|
libspark_la_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
|