mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
configure: remove unused LIBCS_* variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 45b4bb0488
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-17 (Sun, 17 Jan 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
17
configure.ac
17
configure.ac
@@ -281,23 +281,8 @@ if test `dirname $0` = `pwd`; then
|
||||
else
|
||||
HWLIB_CFLAGS="$HWLIB_CFLAGS "'-D__file__="\"$(subst $(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_LIBS)
|
||||
AC_SUBST(FREETYPE_CFLAGS)
|
||||
AC_SUBST(FREETYPE_LIBS)
|
||||
AC_SUBST(VORBISIDEC_CFLAGS)
|
||||
|
@@ -114,7 +114,6 @@ neutrino_LDADD = \
|
||||
@FREETYPE_LIBS@ \
|
||||
@PNG_LIBS@ \
|
||||
@BLURAY_LIBS@ \
|
||||
@LIBCS_LIBS@ \
|
||||
@AVFORMAT_LIBS@ \
|
||||
@AVUTIL_LIBS@ \
|
||||
@AVCODEC_LIBS@ \
|
||||
|
Reference in New Issue
Block a user