Android: Added precompiled libraries

This commit is contained in:
Mario Liebisch 2014-12-23 13:24:40 +01:00
parent 26f8c74c43
commit 0d29d38d20
26 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
#ifndef __CONFIG_TYPES_H__
#define __CONFIG_TYPES_H__
/* these are filled in by configure */
#define INCLUDE_INTTYPES_H 1
#define INCLUDE_STDINT_H 1
#define INCLUDE_SYS_TYPES_H 1
#if INCLUDE_INTTYPES_H
# include <inttypes.h>
#endif
#if INCLUDE_STDINT_H
# include <stdint.h>
#endif
#if INCLUDE_SYS_TYPES_H
# include <sys/types.h>
#endif
typedef int16_t ogg_int16_t;
typedef uint16_t ogg_uint16_t;
typedef int32_t ogg_int32_t;
typedef uint32_t ogg_uint32_t;
typedef int64_t ogg_int64_t;
#endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
extlibs/libs-android/armeabi/libFLAC++.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/armeabi/libFLAC.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/armeabi/libogg.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/armeabi/libvorbis.a vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
extlibs/libs-android/mips/libFLAC++.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/mips/libFLAC.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/mips/libogg.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/mips/libvorbis.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/mips/libvorbisenc.a vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
extlibs/libs-android/x86/libFLAC++.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/x86/libFLAC.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/x86/libogg.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/x86/libvorbis.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/x86/libvorbisenc.a vendored Normal file

Binary file not shown.

BIN
extlibs/libs-android/x86/libvorbisfile.a vendored Normal file

Binary file not shown.

View File

@ -62,6 +62,7 @@ elseif(SFML_OS_MACOSX)
set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} "${PROJECT_SOURCE_DIR}/extlibs/libs-osx/Frameworks")
elseif(SFML_OS_ANDROID)
set(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "${PROJECT_SOURCE_DIR}/extlibs/headers/AL")
set(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "${PROJECT_SOURCE_DIR}/extlibs/ogg/android")
endif()
# find external libraries