﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
151	[PATCH] RingBuffer.h	myth-dev@…	Isaac Richards	"I'm not 100% sure if this is the correct fix, but it fixes the compilation error now the inline method seems to have been moved to the .cpp file.

{{{

       
Index: RingBuffer.h
===================================================================
--- RingBuffer.h        (revision 6903)
+++ RingBuffer.h        (working copy)
@@ -23,11 +23,8 @@
                RemoteEncoder *enc = NULL);
     
    ~RingBuffer();
-#ifdef HAVE_DVDNAV
+    
     bool IsOpen(void);
-#else
-    bool IsOpen(void) { return (tfw || fd2 > -1 || remotefile); }    
-#endif    
     
     int Read(void *buf, int count);
     int Write(const void *buf, int count);


}}}"	patch	closed	major	unknown	mythtv		high	fixed			0
