File add-missing-include-header.patch of Package deepin-screen-recorder
diff -Nur deepin-screen-recorder-6.0.6/3rdparty/libcam/libcam_encoder/mp4.c deepin-screen-recorder-6.0.6-new/3rdparty/libcam/libcam_encoder/mp4.c
--- deepin-screen-recorder-6.0.6/3rdparty/libcam/libcam_encoder/mp4.c 2024-07-24 17:58:44.000000000 +0800
+++ deepin-screen-recorder-6.0.6-new/3rdparty/libcam/libcam_encoder/mp4.c 2024-09-03 22:33:30.524229407 +0800
@@ -22,6 +22,7 @@
#include "mp4.h"
#include <libavutil/mathematics.h>
#include "load_libs.h"
+#include "camview.h"
static int64_t video_pts = 0;
static int64_t audio_pts = 0;