Changeset 5032 for pjproject/trunk/pjsip-apps/src/pjsua/android
- Timestamp:
- Mar 26, 2015 10:57:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/android/jni/pjsua.i
r5030 r5032 4 4 #include "pjsua_app_callback.h" 5 5 #include "../../pjsua_app.h" 6 #include <android/native_window_jni.h> 6 7 #if defined(PJMEDIA_HAS_VIDEO) && PJMEDIA_HAS_VIDEO!=0 8 # include <android/native_window_jni.h> 9 #else 10 # define ANativeWindow_fromSurface(a,b) NULL 11 #endif 7 12 %} 8 13
Note: See TracChangeset
for help on using the changeset viewer.