From a11234b9c7c5a0ca882f6b000511f226d9a784a8 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 17 Jan 2016 16:46:14 +0100 Subject: [PATCH] configure: remove unused LIBCS_* variables Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/45b4bb0488dea4cb2d93b4f01cc19d04201e8281 Author: Stefan Seyfried Date: 2016-01-17 (Sun, 17 Jan 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 17 +---------------- src/Makefile.am | 1 - 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/configure.ac b/configure.ac index ee43d1092..52816c0a2 100644 --- a/configure.ac +++ b/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) diff --git a/src/Makefile.am b/src/Makefile.am index 583abd21c..ed805d518 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -114,7 +114,6 @@ neutrino_LDADD = \ @FREETYPE_LIBS@ \ @PNG_LIBS@ \ @BLURAY_LIBS@ \ - @LIBCS_LIBS@ \ @AVFORMAT_LIBS@ \ @AVUTIL_LIBS@ \ @AVCODEC_LIBS@ \