Mailing List archive

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

[vdr] <PATCH> vdr-burn-0.0.5 after poisoning vdr



Patch to compile vdr-burn-0.0.5 after poisoning vdr to remove "unsafe" threading calls.

--- vdr-1.3.17/PLUGINS/src/burn/common.c.orig	2004-12-05 22:43:52.000000000 -0800
+++ vdr-1.3.17/PLUGINS/src/burn/common.c	2004-12-05 22:44:27.000000000 -0800
@@ -5,12 +5,12 @@
  *  $Id: common.c,v 1.3 2004/12/04 13:09:33 lordjaxom Exp $
  */
 
+#include <dirent.h>
+#include <glob.h>
 #include "common.h"
 #include "setup.h"
 #include <vdr/recording.h>
 #include <sys/types.h>
-#include <dirent.h>
-#include <glob.h>
 
 const char *BurnStates[__STATE_COUNT__] = { "List", "Status" };
 const char *DiskTypes[__TYPE_COUNT__]   = { "DVD with menus", "Archive disk" };

Home | Main Index | Thread Index