Skip to content

Commit 92d2d94

Browse files
committed
Android Audio and Android Camera
1 parent 2d5d869 commit 92d2d94

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

examples/android/androidAudioExample/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ std::shared_ptr<ofAppBaseWindow> baseWindow;
1313
int main(int argc, char **argv) {
1414
baseWindow = std::make_shared<ofAppAndroidWindow>();
1515
ofxAndroidWindowSettings settings;
16-
settings.glesVersion = 2;
16+
settings.glesVersion = 1;
1717
settings.setSize(1920, 1080);
1818
settings.windowMode = OF_WINDOW;
1919
settings.preserveContextOnPause = true;

examples/android/androidCameraExample/src/main/cpp/main.cpp renamed to examples/android/androidCameraExample/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ std::shared_ptr<ofAppBaseWindow> baseWindow;
1313
int main(int argc, char **argv) {
1414
baseWindow = std::make_shared<ofAppAndroidWindow>();
1515
ofxAndroidWindowSettings settings;
16-
settings.glesVersion = 2;
16+
settings.glesVersion = 1;
1717
settings.setSize(1920, 1080);
1818
settings.windowMode = OF_WINDOW;
1919
settings.preserveContextOnPause = true;

examples/android/androidCameraExample/src/main/cpp/ofApp.cpp renamed to examples/android/androidCameraExample/src/ofApp.cpp

File renamed without changes.

examples/android/androidCameraExample/src/main/cpp/ofApp.h renamed to examples/android/androidCameraExample/src/ofApp.h

File renamed without changes.

0 commit comments

Comments
 (0)