Skip to content

Commit

Permalink
A couple compile fixes for --disable-v4l compiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed May 16, 2011
1 parent 418311e commit 455ef70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ extern "C" {
#include "videodev_mjpeg.h"
#endif

#else // USING_V4l
#define VT_WIDTH 0
#endif // USING_V4l

#define KEYFRAMEDIST 30
Expand Down Expand Up @@ -2616,7 +2614,7 @@ void NuppelVideoRecorder::FormatTT(struct VBIData *vbidata)
textbuffer[act]->freeToEncode = 1;
}
#else // USING_V4L
void NuppelVideoRecorder::FormatTeletextSubtitles(struct VBIData *vbidata) {}
void NuppelVideoRecorder::FormatTT(struct VBIData*) {}
#endif // USING_V4L

void NuppelVideoRecorder::FormatCC(struct cc *cc)
Expand Down

0 comments on commit 455ef70

Please sign in to comment.