Streamdev 0.5.0

This commit is contained in:
Frank Schmirler
2010-12-02 09:51:02 +01:00
parent 91c5199ac3
commit e0a00f90ae
25 changed files with 56 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
# $Id: Makefile,v 1.1.2.2 2010/06/20 19:12:56 schmirl Exp $
# $Id: Makefile,v 1.2 2010/07/19 13:49:25 schmirl Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.

View File

@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: streamdev-client.c,v 1.1.2.1 2010/06/14 10:40:11 schmirl Exp $
* $Id: streamdev-client.c,v 1.2 2010/07/19 13:49:25 schmirl Exp $
*/
#include "streamdev-client.h"

View File

@@ -1,5 +1,5 @@
/*
* $Id: streamdev-client.h,v 1.1.2.1 2010/06/14 10:40:11 schmirl Exp $
* $Id: streamdev-client.h,v 1.2 2010/07/19 13:49:25 schmirl Exp $
*/
#ifndef VDR_STREAMDEVCLIENT_H