Commit 7bb7862b authored by Felix Paul Kühne's avatar Felix Paul Kühne

vcdx: compilation fix

parent 4aed1452
...@@ -23,14 +23,14 @@ ...@@ -23,14 +23,14 @@
*****************************************************************************/ *****************************************************************************/
#include <libvcd/info.h> #include <libvcd/info.h>
#include <vlc_interface.h>
#define VCD_MRL_PREFIX "vcdx://" #define VCD_MRL_PREFIX "vcdx://"
/***************************************************************************** /*****************************************************************************
* vcd_data_t: structure for communication between access and intf. * vcd_data_t: structure for communication between access and intf.
*****************************************************************************/ *****************************************************************************/
typedef struct typedef struct {
{
#ifdef FINISHED #ifdef FINISHED
vcdplay_ptr vmg; vcdplay_ptr vmg;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment