Browse Source

flatpak: Enable obs-libfdk

Freedesktop runtime provides it.
tytan652 2 years ago
parent
commit
ad859a3f66
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CI/flatpak/com.obsproject.Studio.json

+ 2 - 1
CI/flatpak/com.obsproject.Studio.json

@@ -505,7 +505,8 @@
         "-DENABLE_JACK=ON",
         "-DENABLE_RTMPS=ON",
         "-DENABLE_VLC=OFF",
-        "-DENABLE_AJA=ON"
+        "-DENABLE_AJA=ON",
+        "-DENABLE_LIBFDK=ON"
       ],
       "secret-opts": [
         "-DRESTREAM_CLIENTID=$RESTREAM_CLIENTID",