Tried to replace include/vdr and include/libsi by headers from the vdr-dev
in the Makefile:

include-dir:
[EMAIL PROTECTED] -p include/vdr
-@(cd include/vdr; for i in ../../*.h; do ln -fs $$i .; done)
[EMAIL PROTECTED] -p include/libsi
-@(cd include/libsi; for i in ../../libsi/*.h; do ln -fs $$i .; done)
[EMAIL PROTECTED] -p include
[EMAIL PROTECTED] -s /usr/include/vdr include/vdr
[EMAIL PROTECTED] -s /usr/include/libsi include/libsi

But it didn't help. Plugins are built but they are still binary
incompatible.

So, I see only one way to build plugins with headers - debianize them :)


-- 
Cheers,
Michael
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to