mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
- remove tripledragon leftovers
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -49,10 +49,6 @@ else
|
|||||||
AC_DEFINE(USE_OPENGL,1,[use opengl instead of clutter])
|
AC_DEFINE(USE_OPENGL,1,[use opengl instead of clutter])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$BOXTYPE" = x"tripledragon"; then
|
|
||||||
PKG_CHECK_MODULES([DIRECTFB], [directfb])
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(gstreamer_01,
|
AC_ARG_ENABLE(gstreamer_01,
|
||||||
AS_HELP_STRING(--enable-gstreamer_01, use gstreamer 0.10 playback),
|
AS_HELP_STRING(--enable-gstreamer_01, use gstreamer 0.10 playback),
|
||||||
,[enable_gstreamer_01=no])
|
,[enable_gstreamer_01=no])
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* compatibility header for tripledragon. I'm lazy, so I just left it
|
/* compatibility header. I'm lazy, so I just left it as "cs_api.h"
|
||||||
as "cs_api.h" so that I don't need too many ifdefs in the code */
|
so that I don't need too many ifdefs in the code */
|
||||||
|
|
||||||
#ifndef __CS_API_H__
|
#ifndef __CS_API_H__
|
||||||
#define __CS_API_H__
|
#define __CS_API_H__
|
||||||
|
@@ -2,8 +2,6 @@
|
|||||||
* cDemux implementation for arm receivers (tested on mutant hd51
|
* cDemux implementation for arm receivers (tested on mutant hd51
|
||||||
* hardware)
|
* hardware)
|
||||||
*
|
*
|
||||||
* derived from libtriple/dmx_td.cpp
|
|
||||||
*
|
|
||||||
* (C) 2010-2013 Stefan Seyfried
|
* (C) 2010-2013 Stefan Seyfried
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* cDemux implementation for generic dvbapi
|
* cDemux implementation for generic dvbapi
|
||||||
*
|
*
|
||||||
* derived from libtriple/dmx_td.cpp
|
|
||||||
*
|
|
||||||
* (C) 2010-2013 Stefan Seyfried
|
* (C) 2010-2013 Stefan Seyfried
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* cDemux implementation for generic dvbapi
|
* cDemux implementation for generic dvbapi
|
||||||
*
|
*
|
||||||
* derived from libtriple/dmx_td.cpp
|
|
||||||
*
|
|
||||||
* (C) 2010-2013 Stefan Seyfried
|
* (C) 2010-2013 Stefan Seyfried
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
@@ -2,8 +2,6 @@
|
|||||||
* cDemux implementation for SH4 receivers (tested on fulan spark and
|
* cDemux implementation for SH4 receivers (tested on fulan spark and
|
||||||
* fulan spark7162 hardware)
|
* fulan spark7162 hardware)
|
||||||
*
|
*
|
||||||
* derived from libtriple/dmx_td.cpp
|
|
||||||
*
|
|
||||||
* (C) 2010-2013 Stefan Seyfried
|
* (C) 2010-2013 Stefan Seyfried
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
Reference in New Issue
Block a user