mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 10:51:12 +02:00
The ringbuffer code is not used at all, so let's remove it git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@760 e54a6e83-5905-42d5-8d5c-058d10e6a962
42 lines
885 B
Makefile
42 lines
885 B
Makefile
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
|
|
|
SUBDIRS = pictureviewer audiodec
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/daemons \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/zapit/include \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
-I$(top_srcdir)/lib/libnet \
|
|
-I$(top_srcdir)/lib/libconfigfile \
|
|
-I$(top_srcdir)/lib/libcoolstream \
|
|
-I$(top_srcdir)/lib/connection \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
@FREETYPE_CFLAGS@ \
|
|
-I$(top_srcdir)/lib
|
|
|
|
noinst_LIBRARIES = libneutrino_driver.a libneutrino_driver_netfile.a
|
|
|
|
libneutrino_driver_a_SOURCES = \
|
|
encoding.cpp \
|
|
fontrenderer.cpp \
|
|
framebuffer.cpp \
|
|
fb_window.cpp \
|
|
rcinput.cpp \
|
|
vcrcontrol.cpp \
|
|
audioplay.cpp \
|
|
vfd.cpp \
|
|
stream2file.cpp \
|
|
screen_max.cpp \
|
|
slotbuffer.c \
|
|
file.cpp \
|
|
audiometadata.cpp \
|
|
audiofile.cpp \
|
|
shutdown_count.cpp \
|
|
genpsi.c \
|
|
streamts.cpp \
|
|
rfmod.cpp
|
|
|
|
libneutrino_driver_netfile_a_SOURCES = netfile.cpp
|
|
|