File fix-include-path.patch of Package deepin-screen-recorder
diff -Nur deepin-screen-recorder-6.5.17/src/src.pro deepin-screen-recorder-6.5.17-new/src/src.pro
--- deepin-screen-recorder-6.5.17/src/src.pro 2025-05-08 15:35:46.000000000 +0800
+++ deepin-screen-recorder-6.5.17-new/src/src.pro 2025-05-18 20:55:21.529905942 +0800
@@ -127,7 +127,8 @@
# Include paths
INCLUDEPATH += . \
/usr/include/gstreamer-1.0 \
- /usr/include/opencv_mobile
+ /usr/include/opencv_mobile \
+ /usr/include/ffmpeg
INCLUDEPATH += ../3rdparty/libcam/libcam/ \
../3rdparty/libcam/libcam_v4l2core/ \