mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
acinclude.m4: remove unused --enable-tmsdk switch; ...
There's so much more unused and outdated stuff :/
Origin commit data
------------------
Branch: ni/coolstream
Commit: 93e22163e9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Origin message was:
------------------
- acinclude.m4: remove unused --enable-tmsdk switch; ...
There's so much more unused and outdated stuff :/
------------------
This commit was generated by Migit
This commit is contained in:
@@ -21,11 +21,6 @@ if test "$DEBUG" = "yes"; then
|
|||||||
AC_DEFINE(DEBUG,1,[Enable debug messages])
|
AC_DEFINE(DEBUG,1,[Enable debug messages])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(tmsdk,
|
|
||||||
AS_HELP_STRING(--enable-tmsdk, compile inside sdk),
|
|
||||||
,[enable_tmsdk=no])
|
|
||||||
AM_CONDITIONAL(ENABLE_TMSDK,test "$enable_tmsdk" = "yes")
|
|
||||||
|
|
||||||
AC_MSG_CHECKING(target)
|
AC_MSG_CHECKING(target)
|
||||||
|
|
||||||
if test "$TARGET" = "native"; then
|
if test "$TARGET" = "native"; then
|
||||||
|
@@ -145,14 +145,12 @@ if BOXTYPE_COOL
|
|||||||
neutrino_LDADD += \
|
neutrino_LDADD += \
|
||||||
$(top_builddir)/lib/hardware/coolstream/libhwcaps.a
|
$(top_builddir)/lib/hardware/coolstream/libhwcaps.a
|
||||||
neutrino_LDADD += -lcoolstream-mt -lca-sc
|
neutrino_LDADD += -lcoolstream-mt -lca-sc
|
||||||
if ENABLE_TMSDK
|
|
||||||
else
|
|
||||||
if BOXMODEL_CS_HD2
|
if BOXMODEL_CS_HD2
|
||||||
neutrino_LDADD += -lca-ci -llnxtmvssUsr -llnxUKAL -llnxplatUsr -llnxtmasUsr -llnxdvbciUsr -llnxpvrUsr -llnxcssUsr -llnxnotifyqUsr -ltmpvrDataManager-cst -ltmpvrIndexStorage -llnxscsUsr
|
neutrino_LDADD += -lca-ci -llnxtmvssUsr -llnxUKAL -llnxplatUsr -llnxtmasUsr -llnxdvbciUsr -llnxpvrUsr -llnxcssUsr -llnxnotifyqUsr -ltmpvrDataManager-cst -ltmpvrIndexStorage -llnxscsUsr
|
||||||
else
|
else
|
||||||
neutrino_LDADD += -lnxp
|
neutrino_LDADD += -lnxp
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
if BOXMODEL_CS_HD2
|
if BOXMODEL_CS_HD2
|
||||||
neutrino_LDADD += -liconv
|
neutrino_LDADD += -liconv
|
||||||
@@ -166,5 +164,4 @@ bin_PROGRAMS += rcsim
|
|||||||
rcsim_SOURCES = rcsim.c rcsim.h
|
rcsim_SOURCES = rcsim.c rcsim.h
|
||||||
bin_PROGRAMS += mdev_helper
|
bin_PROGRAMS += mdev_helper
|
||||||
mdev_helper_SOURCES = mdev_helper.cpp
|
mdev_helper_SOURCES = mdev_helper.cpp
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user