mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
acinclude: get rid of old nokia dvb API
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b337ee530
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-11-15 (Sun, 15 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
27828dbd1e
commit
323f839572
@@ -211,12 +211,6 @@ if test "$DVBINCLUDES"; then
|
||||
CXXFLAGS="-I$DVBINCLUDES $CXXFLAGS"
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADERS(ost/dmx.h,[
|
||||
DVB_API_VERSION=1
|
||||
AC_MSG_NOTICE([found dvb version 1])
|
||||
])
|
||||
|
||||
if test -z "$DVB_API_VERSION"; then
|
||||
AC_CHECK_HEADERS(linux/dvb/version.h,[
|
||||
AC_LANG_PREPROC_REQUIRE()
|
||||
AC_REQUIRE([AC_PROG_EGREP])
|
||||
@@ -235,7 +229,6 @@ version DVB_API_VERSION_MINOR
|
||||
|
||||
AC_MSG_NOTICE([found dvb version $DVB_API_VERSION.$DVB_API_VERSION_MINOR])
|
||||
])
|
||||
fi
|
||||
|
||||
if test "$DVB_API_VERSION"; then
|
||||
AC_DEFINE(HAVE_DVB,1,[Define to 1 if you have the dvb includes])
|
||||
|
Reference in New Issue
Block a user