coolstream: disable uncoolinit build

it does not build right now for undefined fb_pixel_t, and it is unused
anyway after a workaround in zapit code has been introduced


Origin commit data
------------------
Branch: ni/coolstream
Commit: a3dd1eeb8d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-04-10 (Mon, 10 Apr 2017)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-04-10 18:27:28 +02:00
parent 871e598afe
commit 516601cbee

View File

@@ -196,15 +196,15 @@ endif
if BOXTYPE_COOL
bin_PROGRAMS += uncooloff
uncooloff_SOURCES = uncooloff.c
if BOXMODEL_CS_HD2
else
noinst_PROGRAMS = uncoolinit
uncoolinit_SOURCES = uncoolinit.cpp
uncoolinit_LDADD = \
@AVFORMAT_LIBS@ \
@AVCODEC_LIBS@ \
@BLURAY_LIBS@ \
-lcoolstream-mt -lca-sc -lnxp \
-lOpenThreads -lrt
endif
# if BOXMODEL_CS_HD2
# else
# noinst_PROGRAMS = uncoolinit
# uncoolinit_SOURCES = uncoolinit.cpp
# uncoolinit_LDADD = \
# @AVFORMAT_LIBS@ \
# @AVCODEC_LIBS@ \
# @BLURAY_LIBS@ \
# -lcoolstream-mt -lca-sc -lnxp \
# -lOpenThreads -lrt
# endif
endif