mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-13 11:26:25 +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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user