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
(forward ported neutrino-mp commit 45b4bb0488d)
Origin commit data
------------------
Branch: ni/coolstream
Commit: f6d09bd0ef
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-10-23 (Sun, 23 Oct 2016)
------------------
This commit was generated by Migit
This commit is contained in:
18
configure.ac
18
configure.ac
@@ -233,24 +233,8 @@ 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)
|
||||
|
@@ -22,7 +22,6 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/lib/libupnpclient \
|
||||
@SIGC_CFLAGS@ \
|
||||
@FREETYPE_CFLAGS@ \
|
||||
@LIBCS_CFLAGS@ \
|
||||
@AVFORMAT_CFLAGS@ \
|
||||
@HWLIB_CFLAGS@
|
||||
|
||||
@@ -116,7 +115,6 @@ neutrino_LDADD = \
|
||||
@FREETYPE_LIBS@ \
|
||||
@PNG_LIBS@ \
|
||||
@BLURAY_LIBS@ \
|
||||
@LIBCS_LIBS@ \
|
||||
@AVFORMAT_LIBS@ \
|
||||
@AVUTIL_LIBS@ \
|
||||
@AVCODEC_LIBS@ \
|
||||
|
Reference in New Issue
Block a user