mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 02:43:37 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user