mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Origin commit data
------------------
Commit: ebe46eec84
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
17 lines
343 B
Makefile
17 lines
343 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/zapit/include
|
|
|
|
AM_CPPFLAGS +=\
|
|
@HWLIB_CFLAGS@ \
|
|
@AVFORMAT_CFLAGS@
|
|
|
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
|
|
|
noinst_LIBRARIES = libdvbsub.a
|
|
|
|
libdvbsub_a_SOURCES = dvbsub.cpp dvbsubtitle.cpp \
|
|
tools.cpp PacketQueue.cpp helpers.cpp Debug.cpp
|