mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing #include "thread.h" to dvbspu.c
This commit is contained in:
parent
69f125e705
commit
645170db0a
@ -1607,3 +1607,6 @@ Christian Wieninger <cwieninger@gmx.de>
|
||||
Thiemo Gehrke <tgehrke@reel-multimedia.com>
|
||||
for suggesting to add a setup option to turn off the automatic timeout of the
|
||||
channel display in case it was invoked by a press of the "Ok" key
|
||||
|
||||
Gavin Hamill <gdh@acentral.co.uk>
|
||||
for reporting a missing #include "thread.h" in dvbspu.c
|
||||
|
1
HISTORY
1
HISTORY
@ -4090,3 +4090,4 @@ Video Disk Recorder Revision History
|
||||
remember why it wasn't active...
|
||||
- Removed an obsolete "Summary" text from i18n.c and preceded all key definition
|
||||
texts with "Key$" to avoid duplicates (reported by Lucian Muresan).
|
||||
- Added missing #include "thread.h" to dvbspu.c (reported by Gavin Hamill).
|
||||
|
5
dvbspu.c
5
dvbspu.c
@ -8,16 +8,15 @@
|
||||
*
|
||||
* parts of this file are derived from the OMS program.
|
||||
*
|
||||
* $Id: dvbspu.c 1.17 2005/11/05 12:08:15 kls Exp $
|
||||
* $Id: dvbspu.c 1.18 2006/01/05 10:18:21 kls Exp $
|
||||
*/
|
||||
|
||||
#include "dvbspu.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "device.h"
|
||||
#include "dvbspu.h"
|
||||
|
||||
/*
|
||||
* cDvbSpubitmap:
|
||||
|
4
dvbspu.h
4
dvbspu.h
@ -8,16 +8,16 @@
|
||||
*
|
||||
* parts of this file are derived from the OMS program.
|
||||
*
|
||||
* $Id: dvbspu.h 1.10 2005/11/05 12:08:47 kls Exp $
|
||||
* $Id: dvbspu.h 1.11 2006/01/05 10:18:31 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __DVBSPU_H
|
||||
#define __DVBSPU_H
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "osd.h"
|
||||
#include "spu.h"
|
||||
#include "thread.h"
|
||||
|
||||
typedef struct sDvbSpuPalDescr {
|
||||
uint8_t index;
|
||||
|
Loading…
Reference in New Issue
Block a user