File 0101-bluetooth-ffmpeg-lib-name.patch of Package pulseaudio-modules-bt

--- src/modules/bluetooth/a2dp/ffmpeg_libs.c.orig
+++ src/modules/bluetooth/a2dp/ffmpeg_libs.c
@@ -35,6 +35,7 @@
 #include "ffmpeg_libs.h"
 
 static const char *AVCODEC_LIB_NAMES[] = {
+        "libavcodec.so.58.91",
         "libavcodec.so.58",
         "libavcodec.so"
 };
@@ -66,6 +67,7 @@ avcodec_free_context_func_t avcodec_free
 avcodec_open2_func_t avcodec_open2_func;
 
 static const char *AVUTIL_LIB_NAMES[] = {
+        "libavutil.so.56.51",
         "libavutil.so.56",
         "libavutil.so"
 };
@@ -208,4 +210,4 @@ bool ffmpeg_libs_load() {
     libavcodec_unload();
     libavutil_unload();
     return false;
-}
\ No newline at end of file
+}
openSUSE Build Service is sponsored by