Commit 283b93f9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove one core dependency upon the module bank

parent 917d5748
...@@ -248,7 +248,6 @@ libvlc_int_t * libvlc_InternalCreate( void ) ...@@ -248,7 +248,6 @@ libvlc_int_t * libvlc_InternalCreate( void )
/* Guess what CPU we have */ /* Guess what CPU we have */
cpu_flags = CPUCapabilities(); cpu_flags = CPUCapabilities();
/* The module bank will be initialized later */ /* The module bank will be initialized later */
p_module_bank = NULL;
} }
/* Allocate a libvlc instance object */ /* Allocate a libvlc instance object */
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
#include "modules/modules.h" #include "modules/modules.h"
#include "modules/builtin.h" #include "modules/builtin.h"
module_bank_t *p_module_bank; module_bank_t *p_module_bank = NULL;
/***************************************************************************** /*****************************************************************************
* Local prototypes * Local prototypes
......
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