Hi,
Simon Baxter schrieb:
I'm trying to get vdr-xine compiled under FC8 (2.6.23.1-49.fc8)
I downloaded the sources - xine-lib-1.1.8.tar.bz2 which patches ok, but then won't compile with the following error: _cdio_linux.c:415: error: 'INT_MAX' undeclared (first use in this > function)
Simply add
#include <limits.h>
near the top of the file, as the kernel headers currently do not provide this information.
I tried getting the latest hg of xine-lib, but this won't patch with
patch -d. -p0 < ~/vdr-1.5.12/PLUGINS/src/xine/patches/xine-lib.patch
...with errors in ff_video, video_out_xvmc and video_out_xxmc
There is no need to patch xine-lib-1.2. It will work out of the box regarding vdr-xine.
You may want to have a look at
http://www.vdr-wiki.de/wiki/index.php/OpenSuSE_DVB-S2_-_Step_by_Step_Install...
Bye.