File:  [DVB] / libsoftmpeg / softmpeg / i18n.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 13 19:12:02 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
CVS tags: HEAD
- added the vdr plugin "softmpeg".

simply copy the whole directory to
vdr/PLUGINS/src, do a "make plugins" in the "vdr" directory, then start
vdr with "vdr -P"softmpeg".

This is currently a proof-of-concept: it works, channel switching works,
but there's no osd yet.

/*
 * i18n.h: Internationalization
 *
 * See the README file for copyright information and how to reach the author.
 *
 * $Id: i18n.h,v 1.1 2004/02/13 19:12:02 hunold Exp $
 */

#ifndef _I18N__H
#define _I18N__H

#include <vdr/i18n.h>

extern const tI18nPhrase Phrases[];

#endif //_I18N__H

LinuxTV legacy CVS <linuxtv.org/cvs>