diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-02-19 14:02:13 +0100 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-02-19 14:02:13 +0100 |
| commit | 9f9db2b92fb3a36db4b21e2b07bb6029d9adc4dc (patch) | |
| tree | 01687282e9c455f30728f4810fdd5d97dbc5f7d4 /Makefile | |
| parent | 16d5e29531c0f383dc5d2622a4167d7995f3bf85 (diff) | |
| download | vdr-plugin-dxr3-9f9db2b92fb3a36db4b21e2b07bb6029d9adc4dc.tar.gz vdr-plugin-dxr3-9f9db2b92fb3a36db4b21e2b07bb6029d9adc4dc.tar.bz2 | |
remove cDxr3NextPts
cDxr3NextPts was only used to set a pts and to clear the value. There
was never a get for the pts. So there is no need for this class -> kick it
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ DEFINES += -DUSE_XINE_SCALER ### The object files (add further files here): OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o \ - dxr3syncbuffer.o dxr3audiodecoder.o dxr3blackframe.o dxr3nextpts.o \ + dxr3syncbuffer.o dxr3audiodecoder.o dxr3blackframe.o \ dxr3pesframe.o dxr3demuxdevice.o dxr3configdata.o dxr3ffmpeg.o \ dxr3interface_spu_encoder.o dxr3interface.o dxr3device.o \ dxr3output.o dxr3output-video.o dxr3output-audio.o dxr3osd.o dxr3spudecoder.o |
