mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
configure.ac: remove useless LIBCS-stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: b1c7f4587a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-26 (Mon, 26 Sep 2016)
Origin message was:
------------------
- configure.ac: remove useless LIBCS-stuff
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
20
configure.ac
20
configure.ac
@@ -262,7 +262,7 @@ if test "$BOXTYPE" = "coolstream"; then
|
||||
if test -e ${srcdir}/lib/libcoolstream/nevis_ir.h; then
|
||||
AC_DEFINE(HAVE_COOLSTREAM_NEVIS_IR_H,1,[Define to 1 if you have the <nevis_ir.h> header file.])
|
||||
fi
|
||||
HWLIB_CFLAGS='-I$(top_srcdir)/lib/libcoolstream -I$(top_srcdir)/src/zapit/include/private'
|
||||
HWLIB_CFLAGS='-I$(top_srcdir)/lib/libcoolstream'
|
||||
|
||||
if test "$BOXMODEL" = "apollo"; then
|
||||
HWLIB_CFLAGS='-I$(top_srcdir)/lib/libcoolstream2'
|
||||
@@ -272,7 +272,6 @@ fi
|
||||
if test -e ${srcdir}/lib/libcoolstream2/cs_frontpanel.h; then
|
||||
AC_DEFINE(HAVE_COOLSTREAM_CS_FRONTPANEL_H,1,[Define to 1 if you have the <cs_frontpanel.h> header file.])
|
||||
fi
|
||||
HWLIB_CFLAGS='-I$(top_srcdir)/lib/libcoolstream2'
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -284,24 +283,7 @@ else
|
||||
HWLIB_CFLAGS="$HWLIB_CFLAGS "'-D__file__="\"$(subst $(srcdir)/,,$(abspath $<))\""'
|
||||
HWLIB_CFLAGS="$HWLIB_CFLAGS "'-D__path_file__="\"$(subst $(top_srcdir)/,,$(abspath $<))\""'
|
||||
fi
|
||||
#
|
||||
# Check for libtdservicedb - the new one - for testing only
|
||||
#
|
||||
#CSL_VERSION=0.0.1
|
||||
#FCSL_VERSION=`$PKG_CONFIG --modversion libcoolstream`
|
||||
#AC_MSG_CHECKING(for package libcoolstream >= $CSL_VERSION)
|
||||
#if $PKG_CONFIG --atleast-version $CSL_VERSION libcoolstream ; then
|
||||
#AC_MSG_RESULT(found (version $FCSL_VERSION))
|
||||
#LIBCS_CFLAGS=`$PKG_CONFIG --cflags libcoolstream`
|
||||
#LIBCS_LIBS=`$PKG_CONFIG --libs libcoolstream`
|
||||
#else
|
||||
#AC_MSG_ERROR([
|
||||
#*** libcoolstream $CSL_VERSION or newer is required! ***
|
||||
#])
|
||||
#fi
|
||||
AC_SUBST(HWLIB_CFLAGS)
|
||||
AC_SUBST(LIBCS_CFLAGS)
|
||||
AC_SUBST(LIBCS_LIBS)
|
||||
AC_SUBST(FREETYPE_CFLAGS)
|
||||
AC_SUBST(FREETYPE_LIBS)
|
||||
AC_SUBST(VORBISIDEC_CFLAGS)
|
||||
|
Reference in New Issue
Block a user