Hello, I tried this Makefile on the lastest cvs xineliboutput, unfortunately it doesn't solve the problem. Did I missed something, or is there anything I could check ?
Thanks.
Try to use xineliboutput's Makefile from cvs dated 21-12-07. There has been some changes to the Makefile on 22nd which could cause the problem you are seeing with the current cvs version. The direct link to the Makefile I mean is http://xineliboutput.cvs.sourceforge.net/*checkout*/xineliboutput/vdr-xineli boutput/Makefile?revision=1.24
-Petri
karim wrote:
Hello, I am using vdr-1.5.12 under kernel 2.6.23.12 - UTF-8. I've tried to compile 2 versions of xineliboutput without success :
Xineliboutput - 1.0.0rc2
grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type
Xineliboutput - cvs 22-12-07
grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type xineliboutput.c:38:3: error: #error VDR versions < 1.4.0 are not supported
!
g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g -c -D_GNU_SOURCE g++ -DPLUGIN_NAME_I18N='"xineliboutput"' -D_REENTRANT g++ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 g++ -DXINELIBOUTPUT_VERSION='"1.0.0rc2"' -DUSE_ICONV=1 -Wall g++ -I../../../include -o xineliboutput.o xineliboutput.c xineliboutput.c:28:24: error: vdr/plugin.h: Aucun fichier ou répertoire de ce type In file included from xineliboutput.c:31: i18n.h:14:22: error: vdr/i18n.h: Aucun fichier ou répertoire de ce type In file included from xineliboutput.c:33: current cvs version.
Could you please tell me which version I've to use with vdr-1.5.12, and if there is a special patch to apply ?
My target is to build a box with vdr-1.5.12 + patch S2-2300 and h264 support
- xineliboutput.