You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment in line 619 says that the SOVERSION should only be set if the system is not Android, but the line setting the SOVERSION for the shared library is in a conditional branch that is only run when building for Android.
The comment in line 619 says that the SOVERSION should only be set if the system is not Android, but the line setting the SOVERSION for the shared library is in a conditional branch that is only run when building for Android.
mediastreamer2/src/CMakeLists.txt
Lines 615 to 621 in d9e4f48
Until this commit the lines which are now 619 and 620 were correctly in the else branch of the Android condition.
The text was updated successfully, but these errors were encountered: