mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 06:08:29 +02:00
get rid of HAVE_DVB_API_VERSION define
remove non-working legacy code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1289 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 6efb0d5e47
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-12 (Sat, 12 Mar 2011)
This commit is contained in:
@@ -139,7 +139,7 @@ void CPIG::pigclose ()
|
||||
|
||||
void CPIG::_set_window (int x, int y, int w, int h)
|
||||
{
|
||||
#if HAVE_DVB_API_VERSION >= 3
|
||||
#if 1
|
||||
// -- Modul interne Routine
|
||||
struct v4l2_crop crop;
|
||||
struct v4l2_format coord;
|
||||
@@ -273,7 +273,7 @@ void CPIG::show (int x, int y, int w, int h)
|
||||
void CPIG::show (void)
|
||||
{
|
||||
if ( fd >= 0 ) {
|
||||
#if HAVE_DVB_API_VERSION >= 3
|
||||
#if 1
|
||||
int pigmode = 1;
|
||||
int err;
|
||||
err = ioctl(fd, VIDIOC_OVERLAY, &pigmode);
|
||||
@@ -288,7 +288,7 @@ void CPIG::show (void)
|
||||
void CPIG::hide (void)
|
||||
{
|
||||
if ( fd >= 0 ) {
|
||||
#if HAVE_DVB_API_VERSION >= 3
|
||||
#if 1
|
||||
int pigmode = 0;
|
||||
int err;
|
||||
err = ioctl(fd, VIDIOC_OVERLAY, &pigmode);
|
||||
|
Reference in New Issue
Block a user