Ticket #3199: JobQueue.diff

File JobQueue.diff, 895 bytes (added by gosarderreisende@…, 17 years ago)

Correction to JobQueue?.php

  • libs/libmythtv/dvbchannel.cpp

     
    4747#include "dvbtypes.h"
    4848#include "dvbchannel.h"
    4949#include "dvbcam.h"
     50#include "dvbrecorder.h"
    5051
    5152static void drain_dvb_events(int fd);
    5253static bool wait_for_backend(int fd, int timeout_ms);
  • contrib/mythname.pl

     
    6565my $database="mythconverg";
    6666my $user="mythtv";
    6767my $pass="mythtv";
    68 my $mythdir = '/var/lib/mythtv/';
     68my $mythdir = '/media/mythtv/aufnahmen';
    6969
    7070# Read the mysql.txt file in use by MythTV.
    7171# could be in a couple places, so try the usual suspects