fix ci compile

This commit is contained in:
halx99 2020-08-27 00:49:07 +08:00
parent fe4d26cea1
commit 26471dc766
4 changed files with 1 additions and 4 deletions

View File

@ -27,6 +27,7 @@
#include <stdint.h>
#include <string>
#include "platform/CCFileStream.h"
namespace cocos2d {
enum class AUDIO_SOURCE_FORMAT : uint16_t

View File

@ -26,7 +26,6 @@
#pragma once
#include "audio/include/AudioDecoder.h"
#include "platform/PXFileStream.h"
#if !defined(CC_USE_MPG123)
#define CC_USE_MPG123 0

View File

@ -29,8 +29,6 @@
#include "vorbis/vorbisfile.h"
#include "platform/CCFileStream.h"
namespace cocos2d {
/**

View File

@ -28,7 +28,6 @@
#pragma once
#include "audio/include/AudioDecoder.h"
#include "platform/PXFileStream.h"
#if !defined(MAKE_FOURCC)
#define MAKE_FOURCC(a,b,c,d) ((uint32_t)((a) | ((b) << 8) | ((c) << 16) | (((uint32_t)(d)) << 24)))