Kriege das DVD plugin unter x-vdr nicht kompiliert. Habe zwar Dank der Suche gefunden, dass es Probleme unter Debian SID gab (und das nutze ich), aber angeblich sollen die schon im Sommer behoben worden sein.
Hier mal ein Auszug aus den Meldungen beim Kompilieren:
Code
Plugin dvd:
make[1]: Entering directory `/usr/local/src/vdr-1.7.1/PLUGINS/src/dvd-snapshot-20071024'
In file included from /usr/include/dvdread/nav_types.h:33,
from /usr/include/dvdnav/dvdnav.h:41,
from player-dvd.h:14,
from dvd.h:20,
from dvd.c:15:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
In file included from /usr/include/dvdread/nav_types.h:33,
from /usr/include/dvdnav/dvdnav.h:41,
from player-dvd.h:14,
from player-dvd.c:34:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
In file included from /usr/include/dvdread/nav_types.h:33,
from /usr/include/dvdnav/dvdnav.h:41,
from player-dvd.h:14,
from control-dvd.c:21:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
In file included from /usr/include/dvdread/nav_types.h:33,
from /usr/include/dvdnav/dvdnav.h:41,
from player-dvd.h:14,
from ca52.c:44:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
g++ -g -O2 -Wall -Woverloaded-virtual -fPIC -O3 -c -DUSE_CMDSUBMENU -DUSE_CUTTERQUEUE -DUSE_CUTTIME -DUSE_DDEPGENTRY -DUSE_DOLBYINREC -DUSE_DVBSETUP -DUSE_DVLRECSCRIPTADDON -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_LIVEBUFFER -DUSE_MAINMENUHOOKS -DUSE_PLUGINMISSING -DUSE_SETTIME -DUSE_SORTRECORDS -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"dvd"' -I/usr/local/src/DVB/linux/include -I../../../include -I/usr/include/dvdnav dvd.c
In file included from /usr/include/dvdread/nav_types.h:33,
from /usr/include/dvdnav/dvdnav.h:41,
from player-dvd.h:14,
from dvd.h:20,
from dvd.c:15:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
In file included from ../../../include/vdr/device.h:20,
from player-dvd.h:17,
from dvd.h:20,
from dvd.c:15:
../../../include/vdr/remux.h:28:1: warning: "I_FRAME" redefined
In file included from tools-dvd.h:22,
from dvd.h:19,
from dvd.c:15:
mpegtypes.h:38:1: warning: this is the location of the previous definition
In file included from ../../../include/vdr/device.h:20,
from player-dvd.h:17,
from dvd.h:20,
from dvd.c:15:
../../../include/vdr/remux.h:29:1: warning: "P_FRAME" redefined
In file included from tools-dvd.h:22,
from dvd.h:19,
from dvd.c:15:
mpegtypes.h:39:1: warning: this is the location of the previous definition
In file included from ../../../include/vdr/device.h:20,
from player-dvd.h:17,
from dvd.h:20,
from dvd.c:15:
../../../include/vdr/remux.h:30:1: warning: "B_FRAME" redefined
In file included from tools-dvd.h:22,
from dvd.h:19,
from dvd.c:15:
mpegtypes.h:40:1: warning: this is the location of the previous definition
make[1]: *** [dvd.o] Fehler 1
Display More
Hat jemand einen Tip, wie ich weiterkomme?
Pete