mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33cc1e1d22
Author: DboxOldie <DboxOdlie@users.noreply.github.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
16 lines
353 B
Makefile
16 lines
353 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/src \
|
|
@AVFORMAT_CFLAGS@ \
|
|
@SIGC_CFLAGS@ \
|
|
@HWLIB_CFLAGS@
|
|
|
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions -D__STDC_LIMIT_MACROS
|
|
|
|
noinst_LIBRARIES = libdvbsub.a
|
|
|
|
libdvbsub_a_SOURCES = dvbsub.cpp dvbsubtitle.cpp \
|
|
tools.cpp PacketQueue.cpp helpers.cpp Debug.cpp
|