mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Origin commit data
------------------
Branch: master
Commit: 7cd67c9fad
Author: martii <you@example.com>
Date: 2012-09-05 (Wed, 05 Sep 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
23 lines
438 B
Makefile
23 lines
438 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 -lasound
|
|
|
|
libspark_a_SOURCES = \
|
|
irmp.c \
|
|
lirmp_input.cpp \
|
|
dmx.cpp \
|
|
video.cpp \
|
|
audio.cpp \
|
|
audio_mixer.cpp \
|
|
init.cpp \
|
|
playback_libeplayer3.cpp \
|
|
pwrmngr.cpp \
|
|
record.cpp
|
|
|
|
AM_CPPFLAGS = -DF_INTERRUPTS=20000 -DIRMP_EMBED -DLIRC_IRMP
|