This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Audio] | |
Driver=oss | |
Preference=0 | |
[Main] | |
Language=1 | |
[Network] | |
AllowNetworking=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
gcc -o plugins/Sapphire/primitives.os -c -std=c11 -Werror=return-type -Wno-unused-local-typedefs -Wall -Wno-pointer-arith -mtune=native -msse2 -flto -O2 -funroll-loops -Wcast-align -pg -g -DUSE_AMDLIBM -DHAS_ATOMIC -DHAS_THREAD -DHAS_MUTEX -DHAS_PTHREAD -fPIC -DUSE_INTEL_TBB plugins/Sapphire/primitives.c | |
In file included from plugins/Sapphire/primitives.h:20:0, | |
from plugins/Sapphire/primitives.c:1: | |
plugins/Sapphire/primitive_types.h:8:8: error: expected identifier or '(' before string constant | |
extern "C" { | |
*/ | |
//THe File: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef SAPPHIRE_PRIMITIVE_TYPES_HEAD | |
#define SAPPHIRE_PRIMITIVE_TYPES_HEAD | |
#include <stdint.h> | |
#ifdef __cplusplus | |
extern "C" { | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/////////////////////////////////////////////////////////////////////////////// | |
/* | |
TurboSphere Plugin SDK | |
Copyright (c) 2012-2014 Martin McDonough. | |
All rights reserved. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add the correct paths here: | |
ac_add_options --with-android-ndk="$HOME/ff/android-ndk-r8e" | |
ac_add_options --with-android-sdk="$HOME/ff/adt-bundle-mac/sdk/platforms/android-17" | |
# android options | |
ac_add_options --enable-application=mobile/android | |
ac_add_options --target=arm-linux-androideabi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// GENERATED CODE | |
// Generated by the Java program at /build/jarClassProcessors at compile time from | |
// a given set of jars and a set of requested methods. To update, change the annotations | |
// on the corresponding Java methods and rerun the build. Manually updating this file | |
// will cause your build to fail. | |
#include "GeneratedJNIWrappers_2.h" | |
#include "AndroidBridgeUtilities.h" | |
#include "nsXPCOMStrings.h" | |
#include "AndroidBridge.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// GENERATED CODE | |
// Generated by the Java program at /build/jarClassProcessors at compile time from | |
// a given set of jars and a set of requested methods. To update, change the annotations | |
// on the corresponding Java methods and rerun the build. Manually updating this file | |
// will cause your build to fail. | |
#ifndef GeneratedJNIWrappers2_h__ | |
#define GeneratedJNIWrappers2_h__ | |
#include "nsXPCOMStrings.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set sysroot to "/Users/mozilla/Downloads/jimdb-arm/lib/4d001d2908d2505d". | |
Updated solib-search-path. | |
Found package names: | |
org.mozilla.fennec_rbarker | |
org.mozilla.firefox | |
org.mozilla.firefox_beta | |
org.mozilla.fennec_mozilla | |
Use package (e.g. org.mozilla.fennec): org.mozilla.fennec_mozilla | |
Pulling apk for symbols... *** Could not find szip tool *** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -classpath gecko-mozglue.jar:obj-arm-linux-androideabi/build/jarClassProcessors/jarClassProcessors.jar org.mozilla.gecko.jarClassProcessors.JarClassProcessor -j ../adt-bundle-mac/sdk/platforms/android-17/android.jar -c android.media.MediaCodec android.media.MediaFormat android.view.Surface |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The current format: | |
/TurboSphere - all the things | |
/configmanager - Sources for config manager | |
/graphiccommon - Sources for graphic common structures | |
/graphicalg - Sources for graphic algorithms | |
/SDL2 - Headers for SDL2 on Windows | |
/osx - Mockup FS for includes on OS X | |
/GL - Mockup for OpenGL header includes. | |
/SDL2 - Mockup for SDL2 header includes |