[neon/backports-noble/freerdp3-noble/Neon/unstable] debian: FreeRDP: enable FFMPEG support for Neon.

Fabio Bas null at kde.org
Thu Jul 31 01:14:55 BST 2025


Git commit 72a2135cdb35c5ddb92564a7974583cfe7147f5d by Fabio Bas.
Committed on 30/07/2025 at 16:35.
Pushed by carlosdem into branch 'Neon/unstable'.

FreeRDP: enable FFMPEG support for Neon.
Required by Krdc to support AVC/H264 and be able to connect to Krdp

M  +2    -2    debian/rules

https://invent.kde.org/neon/backports-noble/freerdp3-noble/-/commit/72a2135cdb35c5ddb92564a7974583cfe7147f5d

diff --git a/debian/rules b/debian/rules
index 021b60e35d..7527ec3151 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,13 +87,13 @@ else
         $(empty)
 endif
 
-# Ubuntu can't have ffmpeg in main
+# Ubuntu can't have ffmpeg in main, but Neon can :)
 # Ubuntu doesn't yet have cjson or pkcs11-helper
 # or uriparser in main
 ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
     DEB_CMAKE_EXTRA_FLAGS += \
         -DWITH_JSON_DISABLED=ON \
-        -DWITH_FFMPEG=OFF \
+        -DWITH_FFMPEG=ON \
         -DWITH_GSM=OFF \
         -DWITH_CAIRO=ON \
         -DWITH_PKCS11=OFF \


More information about the Neon-commits mailing list