mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-14 03:46:36 +00:00
Multiple video backend in single executable
This commit is contained in:
@@ -47,12 +47,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "interface/vcos/vcos.h"
|
||||
#include "interface/vcos/vcos_logging.h"
|
||||
#include "interface/vmcs_host/vchost.h"
|
||||
#include <interface/vcos/vcos.h>
|
||||
#include <interface/vcos/vcos_logging.h>
|
||||
#include <interface/vmcs_host/vchost.h>
|
||||
|
||||
#include "IL/OMX_Broadcom.h"
|
||||
#include "ilclient.h"
|
||||
#include <IL/OMX_Broadcom.h>
|
||||
#include <ilclient.h>
|
||||
|
||||
#define VCOS_LOG_CATEGORY (&ilclient_log_category)
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user