mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-30 17:00:57 +02:00
Origin commit data
------------------
Branch: master
Commit: bbeed3bed0
Author: max_10 <max_10@gmx.de>
Date: 2018-03-22 (Thu, 22 Mar 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
19 lines
308 B
Makefile
19 lines
308 B
Makefile
noinst_LTLIBRARIES = libazbox.la
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/common \
|
|
-I$(top_srcdir)/include
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
AM_LDFLAGS = -lpthread
|
|
|
|
libazbox_la_SOURCES = \
|
|
hardware_caps.c \
|
|
dmx.cpp \
|
|
video.cpp \
|
|
audio.cpp \
|
|
init.cpp \
|
|
playback.cpp \
|
|
record.cpp
|
|
|