Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: blue screen with xvxine



Hi,

Hazem Hamed wrote:

Try starting xine with '--verbose=2' and check, whether xineplug_inp_vdr get's
loaded. Also check the path of the the files, that they start with the
location where you installed the new xine.
no, xineplug_inp_vdr is not loaded

Maybe an old xine or xine-lib get's started / loaded.
& I don't have other versions of installed
Please go to the specified directories and try the commands.

A) Does a find command like below print any files?

video:/soft/src/xine-lib # find . -iname 'xineplug_inp_vdr*'
./src/input/.libs/xineplug_inp_vdr.so
./src/input/.libs/xineplug_inp_vdr.lai
./src/input/.libs/xineplug_inp_vdr.la
./src/input/.libs/xineplug_inp_vdr.soT
./src/input/xineplug_inp_vdr.la
video:/soft/src/xine-lib #

B) If not, does the following grep print anything?

video:/soft/src/xine-lib/src/input # grep vdr Makefile.am
xineplug_inp_vdr.la \
xineplug_inp_vdr_la_SOURCES = input_vdr.c net_buf_ctrl.c
xineplug_inp_vdr_la_LIBADD = $(XINE_LIB)
xineplug_inp_vdr_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
video:/soft/src/xine-lib/src/input #

C) What about that?

video:/soft/src/xine-lib/src/input # grep vdr Makefile.in
SOURCES = $(xineplug_inp_cdda_la_SOURCES) $(xineplug_inp_dvb_la_SOURCES) $(xineplug_inp_dvd_la_SOURCES) $(xineplug_inp_file_la_SOURCES) $(xineplug_inp_gnome_vfs_la_SOURCES) $(xineplug_inp_http_la_SOURCES) $(xineplug_inp_mms_la_SOURCES) $(xineplug_inp_net_la_SOURCES) $(xineplug_inp_pnm_la_SOURCES) $(xineplug_inp_pvr_la_SOURCES) $(xineplug_inp_rtp_la_SOURCES) $(xineplug_inp_rtsp_la_SOURCES) $(xineplug_inp_stdin_fifo_la_SOURCES) $(xineplug_inp_v4l_la_SOURCES) $(xineplug_inp_vcdo_la_SOURCES) $(xineplug_inp_vdr_la_SOURCES)
xineplug_inp_vdr_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_xineplug_inp_vdr_la_OBJECTS = input_vdr.lo net_buf_ctrl.lo
xineplug_inp_vdr_la_OBJECTS = $(am_xineplug_inp_vdr_la_OBJECTS)
@AMDEP_TRUE@ ./$(DEPDIR)/input_vdr.Plo \
$(xineplug_inp_vdr_la_SOURCES)
$(xineplug_inp_vdr_la_SOURCES)
xineplug_inp_vdr.la \
xineplug_inp_vdr_la_SOURCES = input_vdr.c net_buf_ctrl.c
xineplug_inp_vdr_la_LIBADD = $(XINE_LIB)
xineplug_inp_vdr_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_inp_vdr.la: $(xineplug_inp_vdr_la_OBJECTS) $(xineplug_inp_vdr_la_DEPENDENCIES)
$(LINK) -rpath $(libdir) $(xineplug_inp_vdr_la_LDFLAGS) $(xineplug_inp_vdr_la_OBJECTS) $(xineplug_inp_vdr_la_LIBADD) $(LIBS)
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_vdr.Plo@am__quote@
video:/soft/src/xine-lib/src/input #

D) And finally that?

video:/soft/src/xine-lib/src/input # grep vdr Makefile
SOURCES = $(xineplug_inp_cdda_la_SOURCES) $(xineplug_inp_dvb_la_SOURCES) $(xineplug_inp_dvd_la_SOURCES) $(xineplug_inp_file_la_SOURCES) $(xineplug_inp_gnome_vfs_la_SOURCES) $(xineplug_inp_http_la_SOURCES) $(xineplug_inp_mms_la_SOURCES) $(xineplug_inp_net_la_SOURCES) $(xineplug_inp_pnm_la_SOURCES) $(xineplug_inp_pvr_la_SOURCES) $(xineplug_inp_rtp_la_SOURCES) $(xineplug_inp_rtsp_la_SOURCES) $(xineplug_inp_stdin_fifo_la_SOURCES) $(xineplug_inp_v4l_la_SOURCES) $(xineplug_inp_vcdo_la_SOURCES) $(xineplug_inp_vdr_la_SOURCES)
xineplug_inp_vdr_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_xineplug_inp_vdr_la_OBJECTS = input_vdr.lo net_buf_ctrl.lo
xineplug_inp_vdr_la_OBJECTS = $(am_xineplug_inp_vdr_la_OBJECTS)
./$(DEPDIR)/input_vdr.Plo \
$(xineplug_inp_vdr_la_SOURCES)
$(xineplug_inp_vdr_la_SOURCES)
xineplug_inp_vdr.la \
xineplug_inp_vdr_la_SOURCES = input_vdr.c net_buf_ctrl.c
xineplug_inp_vdr_la_LIBADD = $(XINE_LIB)
xineplug_inp_vdr_la_LDFLAGS = -avoid-version -module
xineplug_inp_vdr.la: $(xineplug_inp_vdr_la_OBJECTS) $(xineplug_inp_vdr_la_DEPENDENCIES)
$(LINK) -rpath $(libdir) $(xineplug_inp_vdr_la_LDFLAGS) $(xineplug_inp_vdr_la_OBJECTS) $(xineplug_inp_vdr_la_LIBADD) $(LIBS)
include ./$(DEPDIR)/input_vdr.Plo
video:/soft/src/xine-lib/src/input #

E) Check for the links?

video:/soft/src/xine-lib/src/input # ls -al input_vdr.?
lrwxrwxrwx 1 root root 55 May 23 21:48 input_vdr.c -> /soft/src/VDR/PLUGINS/src/xine/input-plugin/input_vdr.c
lrwxrwxrwx 1 root root 55 May 23 21:48 input_vdr.h -> /soft/src/VDR/PLUGINS/src/xine/input-plugin/input_vdr.h
video:/soft/src/xine-lib/src/input #

Conclusions:

A) If there are files, then the plugin got compiled but for any reason it didn't get installed and therefore doesn't get loaded.

B) If there is an output, then patching xine worked properly.

C) If there is no output, then you probably ran configure instead of autogen.sh.

D) It should match C).

E) If there is no output, then you forgot to create the links.

Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de




Home | Main Index | Thread Index