mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[codec,openh264] fix library names for openh264
* prefer the full name of a version (e.g. libopenh264.so.2.5.0) * fall back to the API version name (e.g. libopenh264.so.7) * at last try the development name (e.g. libopenh264.so)
This commit is contained in:
@@ -65,7 +65,9 @@ static const char* openh264_library_names[] = {
|
||||
#elif defined(__APPLE__)
|
||||
"libopenh264.dylib"
|
||||
#else
|
||||
"libopenh264.so"
|
||||
"libopenh264.so.7", "libopenh264.so.2.5.0", "libopenh264.so.2.4.1", "libopenh264.so.2.4.0",
|
||||
"libopenh264.so.2.3.1", "libopenh264.so.2.3.0", "libopenh264.so",
|
||||
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user