File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if(APPLE)
69
69
set_source_files_properties (${SOURCES} PROPERTIES COMPILE_FLAGS "-x objective-c++" )
70
70
target_link_libraries (${PROJECT_NAME} "-framework Foundation" "-framework AVFoundation" "-framework CoreMedia" "-framework CoreAudio" )
71
71
elseif (LINUX )
72
- target_link_libraries (${PROJECT_NAME} asound pulse udev v4l2 )
72
+ target_link_libraries (${PROJECT_NAME} -static-libgcc -static-libstdc++ asound pulse udev v4l2 )
73
73
elseif (WIN32 )
74
74
target_link_libraries (${PROJECT_NAME} mf.lib mfreadwrite.lib mfplat.lib mfuuid.lib )
75
75
endif ()
Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ JNIEXPORT void JNICALL Java_dev_onvoid_webrtc_media_audio_AudioProcessing_dispos
135
135
SetHandle<std::nullptr_t >(env, caller, nullptr );
136
136
137
137
apm = nullptr ;
138
-
139
- printf (" dispose\n " );
140
- fflush (NULL );
141
138
}
142
139
143
140
JNIEXPORT void JNICALL Java_dev_onvoid_webrtc_media_audio_AudioProcessing_initialize
You can’t perform that action at this time.
0 commit comments