[vlc-devel] commit: vcdx: compilation fix ( Felix Paul Kühne )
git version control
git at videolan.org
Sun May 24 18:38:25 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun May 24 18:37:55 2009 +0200| [7bb7862b4f291060102d22299cbc8b0242655c1b] | committer: Felix Paul Kühne
vcdx: compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7bb7862b4f291060102d22299cbc8b0242655c1b
---
modules/access/vcdx/vcd.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access/vcdx/vcd.h b/modules/access/vcdx/vcd.h
index 23685cf..3fd5562 100644
--- a/modules/access/vcdx/vcd.h
+++ b/modules/access/vcdx/vcd.h
@@ -23,14 +23,14 @@
*****************************************************************************/
#include <libvcd/info.h>
+#include <vlc_interface.h>
#define VCD_MRL_PREFIX "vcdx://"
/*****************************************************************************
* vcd_data_t: structure for communication between access and intf.
*****************************************************************************/
-typedef struct
-{
+typedef struct {
#ifdef FINISHED
vcdplay_ptr vmg;
#endif
More information about the vlc-devel
mailing list