Bigpatch-patch
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung: open) |
(→Probleme) |
||
Zeile 58: | Zeile 58: | ||
<!-- ==Softwareanforderungen== --> | <!-- ==Softwareanforderungen== --> | ||
==Probleme== | ==Probleme== | ||
+ | Patch für ältere DVB Treiber im Verzeichnis '''../BONUS_FEATURES/yaepg''' hinzugefügt wird benötigt wenn ihr diese Meldung erhaltet: | ||
+ | |||
+ | <pre> | ||
+ | g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DREMOTE_ | ||
+ | -D_GNU_SOURCE -D | ||
+ | VIDEODIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" -I../DVB/include dvbosd.c | ||
+ | dvbosd.c: In member function `virtual void cDvbOsd::Flush()': | ||
+ | dvbosd.c:164: error: `OSD_OpenRaw' undeclared (first use this function) | ||
+ | dvbosd.c:164: error: (Each undeclared identifier is reported only once for | ||
+ | each | ||
+ | function it appears in.) | ||
+ | make: *** [dvbosd.o] Error 1 | ||
+ | </pre> | ||
+ | |||
+ | Wenn die DVB Treiber Datei gepatcht ist aber trotzdem diese Fehlermeldung kommt, gibt es dann noch die Möglichkeit in der Datei dvbosd.c von VDR die Zeile. | ||
+ | |||
+ | #include <linux/dvb/osd.h> | ||
+ | |||
+ | so ändern das der komplette Pfad zur Datei osd.h eingetragen wird. | ||
+ | |||
+ | #include </usr/include/dvb/osd.h> | ||
==Links== | ==Links== |
Version vom 25. Juli 2005, 21:14 Uhr
Beschreibung
Autor:
Name ist Programm, es handelt sich um einen Patch welcher alle bekannten beinhaltet.
Bitte fehlende ergänzen, mit:
- name-patch ggf.<URL>/<INFOS> Danke
- cmdsubmenu-patch
- cutterbandwithlimit-patch
- disabledoubleepgentrys-patch
- dvdarchive-patch
- enaio-patch Sammelpatch enthält folgende Patches:
- jumpplay-patch
- jumpingseconds-patch
- keymacrosforhiddenplugins-patch
- lnbsharing-patch
- localchannelprovide-patch
- mini-patch
- missingplugin-patch
- noepg-patch
- onlypid-patch
- personalpreferences-patch
- recordac3selectable-patch
- settime-patch
- setupoptionshowvalidinput-patch
- showdetails-patch
- sortrec-patch
- sourcecaps-patch
- svdrp-patch
- svdrprename-patch
- switchtimer-patch
- timercmds-patch
- timerinfo-patch
- wareagleicon-patch
- zap-patch
Sowie Patches welche für einiege Plugins benötigt werden:
- analogtv-plugin
- decruft-plugin
- director-plugin
- softdevice-plugin
- subtitles-plugin
- text2skin-plugin
- ttxtsubs-plugin
- xine-plugin
- yaepg-plugin
Probleme
Patch für ältere DVB Treiber im Verzeichnis ../BONUS_FEATURES/yaepg hinzugefügt wird benötigt wenn ihr diese Meldung erhaltet:
g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DREMOTE_ -D_GNU_SOURCE -D VIDEODIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" -I../DVB/include dvbosd.c dvbosd.c: In member function `virtual void cDvbOsd::Flush()': dvbosd.c:164: error: `OSD_OpenRaw' undeclared (first use this function) dvbosd.c:164: error: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [dvbosd.o] Error 1
Wenn die DVB Treiber Datei gepatcht ist aber trotzdem diese Fehlermeldung kommt, gibt es dann noch die Möglichkeit in der Datei dvbosd.c von VDR die Zeile.
#include <linux/dvb/osd.h>
so ändern das der komplette Pfad zur Datei osd.h eingetragen wird.
#include </usr/include/dvb/osd.h>
Links
[1] | http://bigpatch.vdr-developer.org | Homepage |