Multiple video backend in single executable

This commit is contained in:
Iwan Timmer
2015-05-14 14:36:58 +02:00
parent 5982631e07
commit c052190c2f
10 changed files with 95 additions and 21 deletions

View File

@@ -40,12 +40,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdlib.h>
#include <string.h>
#include "IL/OMX_Component.h"
#include "interface/vcos/vcos.h"
#include <IL/OMX_Component.h>
#include <interface/vcos/vcos.h>
#include "interface/vmcs_host/vcilcs.h"
#include "interface/vmcs_host/vchost.h"
#include "interface/vmcs_host/vcilcs_common.h"
#include <interface/vmcs_host/vcilcs.h>
#include <interface/vmcs_host/vchost.h>
#include <interface/vmcs_host/vcilcs_common.h>
static int coreInit = 0;
static int nActiveHandles = 0;