Moin Moin,
ich habe Probleme das Plugin xineliboutput zu installieren. Die Installation bricht immer mit folgender Meldung ab.
xine_input_vdr.c: In function `vdr_adjust_realtime_speed':
xine_input_vdr.c:283: error: structure has no member named `set_speed'
xine_input_vdr.c:285: error: `AO_PROP_PAUSED' undeclared (first use in this function)
xine_input_vdr.c:285: error: (Each undeclared identifier is reported only once
xine_input_vdr.c:285: error: for each function it appears in.)
xine_input_vdr.c:297: error: structure has no member named `set_speed'
xine_input_vdr.c: In function `vdr_plugin_parse_control':
xine_input_vdr.c:783: warning: implicit declaration of function `xine_demux_flush_engine'
xine_input_vdr.c:842: error: structure has no member named `set_speed'
xine_input_vdr.c:844: error: `AO_PROP_PAUSED' undeclared (first use in this function)
xine_input_vdr.c: In function `data_poll':
xine_input_vdr.c:1146: error: structure has no member named `demux_action_pending'
xine_input_vdr.c: In function `connect_data_stream':
xine_input_vdr.c:1572: warning: implicit declaration of function `xio_tcp_write'
xine_input_vdr.c:1580: warning: implicit declaration of function `xio_select'
xine_input_vdr.c: In function `vdr_plugin_open_net':
xine_input_vdr.c:1614: warning: implicit declaration of function `xio_tcp_connect'
xine_input_vdr.c:1627: warning: implicit declaration of function `find_input_plugin'
xine_input_vdr.c:1627: warning: assignment makes pointer from integer without a cast
xine_input_vdr.c:1638: warning: assignment makes pointer from integer without a cast
xine_input_vdr.c: In function `vdr_class_get_instance':
xine_input_vdr.c:1795: warning: implicit declaration of function `fifo_buffer_new'
xine_input_vdr.c:1795: warning: assignment makes pointer from integer without a cast
make[1]: *** [xine_input_vdr.o] Error 1
make[1]: Leaving directory `/usr/local/src/VDR/PLUGINS/src/xineliboutput'
make: *** [plugins] Error 2
Das Plugin xine bereitet dagegen keine Probleme
Vielleicht hat ja jemand einen Tip für mich.
vdr-1.3.4 + xine-ilb-cvs
Hauke