mirror of https://github.com/axmolengine/axmol.git
fix ci compile
This commit is contained in:
parent
fe4d26cea1
commit
26471dc766
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include "platform/CCFileStream.h"
|
||||||
|
|
||||||
namespace cocos2d {
|
namespace cocos2d {
|
||||||
enum class AUDIO_SOURCE_FORMAT : uint16_t
|
enum class AUDIO_SOURCE_FORMAT : uint16_t
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "audio/include/AudioDecoder.h"
|
#include "audio/include/AudioDecoder.h"
|
||||||
#include "platform/PXFileStream.h"
|
|
||||||
|
|
||||||
#if !defined(CC_USE_MPG123)
|
#if !defined(CC_USE_MPG123)
|
||||||
#define CC_USE_MPG123 0
|
#define CC_USE_MPG123 0
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
|
|
||||||
#include "vorbis/vorbisfile.h"
|
#include "vorbis/vorbisfile.h"
|
||||||
|
|
||||||
#include "platform/CCFileStream.h"
|
|
||||||
|
|
||||||
namespace cocos2d {
|
namespace cocos2d {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "audio/include/AudioDecoder.h"
|
#include "audio/include/AudioDecoder.h"
|
||||||
#include "platform/PXFileStream.h"
|
|
||||||
|
|
||||||
#if !defined(MAKE_FOURCC)
|
#if !defined(MAKE_FOURCC)
|
||||||
#define MAKE_FOURCC(a,b,c,d) ((uint32_t)((a) | ((b) << 8) | ((c) << 16) | (((uint32_t)(d)) << 24)))
|
#define MAKE_FOURCC(a,b,c,d) ((uint32_t)((a) | ((b) << 8) | ((c) << 16) | (((uint32_t)(d)) << 24)))
|
||||||
|
|
Loading…
Reference in New Issue