diff options
| author | austriancoder <austriancoder> | 2004-10-10 21:31:20 +0000 |
|---|---|---|
| committer | austriancoder <austriancoder> | 2004-10-10 21:31:20 +0000 |
| commit | 36b2cc424625abd50927224c0f9aa0cc8e132bc7 (patch) | |
| tree | 8031837b6a96b42fce11e967369729d30e5f976d | |
| parent | d7e928e0525b8e0c37d368b566379b5cd335d042 (diff) | |
| download | vdr-plugin-dxr3-36b2cc424625abd50927224c0f9aa0cc8e132bc7.tar.gz vdr-plugin-dxr3-36b2cc424625abd50927224c0f9aa0cc8e132bc7.tar.bz2 | |
renamed dxr3interface_spu_encoder.h/c to dxr3spuencoder.h/c
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | dxr3osd.c | 2 | ||||
| -rw-r--r-- | dxr3osd.h | 2 | ||||
| -rw-r--r-- | dxr3osd_subpicture.h | 2 | ||||
| -rw-r--r-- | dxr3spuencoder.c (renamed from dxr3interface_spu_encoder.c) | 0 | ||||
| -rw-r--r-- | dxr3spuencoder.h (renamed from dxr3interface_spu_encoder.h) | 0 |
7 files changed, 6 insertions, 5 deletions
@@ -261,3 +261,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 added hardware decoder, so we make use of DVD-functions of the dxr3 - checked Lock() and Unlock() in dxr3interface.c - hope everything is ok else contact me - using now std:: instead of namespace std; +- renamed dxr3interface_spu_encoder.h/c to dxr3spuencoder.h/c @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.5 2004/09/18 12:49:02 austriancoder Exp $ +# $Id: Makefile,v 1.6 2004/10/10 21:31:21 austriancoder Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -58,7 +58,7 @@ DEFINES += -DLOGPATH=\"/video/\" # note: path must end with / OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o \ dxr3blackframe.o dxr3palettemanager.o dxr3nextpts.o dxr3pesframe.o dxr3demuxdevice.o dxr3configdata.o \ -dxr3log.o dxr3ffmpeg.o dxr3interface_spu_encoder.o dxr3i18n.o \ +dxr3log.o dxr3ffmpeg.o dxr3spuencoder.o dxr3i18n.o \ dxr3interface.o dxr3device.o dxr3outputthread.o dxr3osd.o dxr3osd_subpicture.o dxr3spudecoder.o dxr3unixserversocket.o \ dxr3cpu.o dxr3memcpy.o dxr3dolbydigital.o @@ -29,7 +29,7 @@ #include "dxr3interface.h" #include "dxr3osd.h" -#include "dxr3interface_spu_encoder.h" +//#include "dxr3interface_spu_encoder.h" #if VDRVERSNUM >= 10307 @@ -2,7 +2,7 @@ #define _DXR3_OSD_H_ #include "dxr3vdrincludes.h" -#include "dxr3interface_spu_encoder.h" +#include "dxr3spuencoder.h" #if VDRVERSNUM >= 10307 diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index 27d3f59..e128380 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -2,7 +2,7 @@ #define _DXR3OSD_SUBPICTURE_H_ #include "dxr3vdrincludes.h" -#include "dxr3interface_spu_encoder.h" +#include "dxr3spuencoder.h" #if VDRVERSNUM >= 10307 diff --git a/dxr3interface_spu_encoder.c b/dxr3spuencoder.c index b9e59b9..b9e59b9 100644 --- a/dxr3interface_spu_encoder.c +++ b/dxr3spuencoder.c diff --git a/dxr3interface_spu_encoder.h b/dxr3spuencoder.h index be67d1c..be67d1c 100644 --- a/dxr3interface_spu_encoder.h +++ b/dxr3spuencoder.h |
