Re: Build plugin with different headers then in VDR distribution

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

 



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

include-dir:
-@mkdir -p include/vdr
-@(cd include/vdr; for i in ../../*.h; do ln -fs $$i .; done)
-@mkdir -p include/libsi
-@(cd include/libsi; for i in ../../libsi/*.h; do ln -fs $$i .; done)
+@mkdir -p include
+@ln -s /usr/include/vdr include/vdr
+@ln -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@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux