mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
rename BOXTYPE_COOL => BOXTYPE_CST
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8524f5f218
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)
Origin message was:
------------------
- rename BOXTYPE_COOL => BOXTYPE_CST
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -508,7 +508,7 @@ AC_SUBST(BOXMODEL)
|
||||
|
||||
AM_CONDITIONAL(BOXTYPE_GENERIC, test "$BOXTYPE" = "generic")
|
||||
AM_CONDITIONAL(BOXTYPE_SPARK, test "$BOXTYPE" = "spark")
|
||||
AM_CONDITIONAL(BOXTYPE_COOL, test "$BOXTYPE" = "coolstream")
|
||||
AM_CONDITIONAL(BOXTYPE_CST, test "$BOXTYPE" = "coolstream")
|
||||
AM_CONDITIONAL(BOXTYPE_ARMBOX, test "$BOXTYPE" = "armbox")
|
||||
AM_CONDITIONAL(BOXTYPE_MIPSBOX, test "$BOXTYPE" = "mipsbox")
|
||||
|
||||
|
@@ -82,7 +82,7 @@ install_DATA = accept.png \
|
||||
x_red.png \
|
||||
zap.png
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
install_DATA += rc_cst_v1.jpg \
|
||||
rc_cst_v2.png \
|
||||
rc_cst_v3.png \
|
||||
|
@@ -18,7 +18,7 @@ SUBDIRS += \
|
||||
libupnpclient
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
SUBDIRS += \
|
||||
hardware/coolstream
|
||||
endif
|
||||
|
@@ -152,7 +152,7 @@ neutrino_LDADD += \
|
||||
$(top_builddir)/lib/libupnpclient/libtuxbox-upnpclient.a
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
neutrino_LDADD += \
|
||||
$(top_builddir)/lib/hardware/coolstream/libhwcaps.a
|
||||
if ENABLE_LIBCOOLSTREAM_STATIC
|
||||
@@ -211,7 +211,7 @@ neutrino_LDADD += \
|
||||
-L/opt/vc/lib/ -lbcm_host -lvcos -lvchiq_arm -lpthread -lrt
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
bin_PROGRAMS += shutdown_helper
|
||||
shutdown_helper_SOURCES = shutdown_helper.c
|
||||
endif
|
||||
|
@@ -52,7 +52,7 @@ libneutrino_driver_a_SOURCES = \
|
||||
streamts.cpp \
|
||||
volume.cpp
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
libneutrino_driver_a_SOURCES += \
|
||||
fb_accel_cs_hdx.cpp
|
||||
if BOXMODEL_CST_HD2
|
||||
|
@@ -124,7 +124,7 @@ libneutrino_gui_a_SOURCES += \
|
||||
glcdthemes.cpp
|
||||
endif
|
||||
|
||||
if BOXTYPE_COOL
|
||||
if BOXTYPE_CST
|
||||
libneutrino_gui_a_SOURCES += \
|
||||
streaminfo1.cpp
|
||||
else
|
||||
|
Reference in New Issue
Block a user