On Sat, 5 Jan 2013, Christopher Reimer wrote:
> Hi Torsten,
> 
> please try this patch against VDR 1.7.35.
> http://www.vdr-portal.de/index.php?page=Attachment&attachmentID=32523

Ah, much better! Only xineliboutput still dumps additional .mo files 
under DESTDIR/Compiledir and tries to remove .so files from the running 
system. Only 1 plugin to fix...

> At VDR-Portal we currently try to repair the whole Makefile stuff.

I have 1.7.35 running now, after applying attached patch.

Thanks for all the work!

        Torsten
--- vdr-1.7.35/PLUGINS/src/dvbhddevice/dvbhdffdevice.c.orig     2012-12-29 
14:23:22.000000000 +0100
+++ vdr-1.7.35/PLUGINS/src/dvbhddevice/dvbhdffdevice.c  2013-01-05 
18:07:36.272558711 +0100
@@ -951,8 +951,13 @@ bool cDvbHdFfDeviceProbe::Probe(int Adap
 
 
 // --- YuvToJpeg -------------------------------------------------------------
-
+extern "C" {
+#ifdef boolean
+#define HAVE_BOOLEAN
+#endif
 #include <jpeglib.h>
+#undef boolean
+}
 
 #define JPEGCOMPRESSMEM 4000000
 
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to