[vlc-commits] DCP: fix build

Jean-Baptiste Kempf git at videolan.org
Fri Jul 3 12:26:32 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul  3 12:26:24 2015 +0200| [c44b3d3630be14136d146abf4c53534458bdc31f] | committer: Jean-Baptiste Kempf

DCP: fix build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c44b3d3630be14136d146abf4c53534458bdc31f
---

 modules/access/dcp/dcpparser.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/dcp/dcpparser.h b/modules/access/dcp/dcpparser.h
index 4626bb8..8f95e03 100644
--- a/modules/access/dcp/dcpparser.h
+++ b/modules/access/dcp/dcpparser.h
@@ -112,7 +112,6 @@ public:
     XmlFile( demux_t * p_demux, string s_path):
     p_demux(p_demux), s_path(s_path),
     p_stream(NULL),
-    p_xml(NULL),
     p_xmlReader(NULL) {}
 
     virtual ~XmlFile( );



More information about the vlc-commits mailing list