Skip to content

Commit e009c31

Browse files
committed
Fixes compile error
A header file has been removed in signed-video-framework
1 parent e7cf3ca commit e009c31

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/signer/gst-plugin/gstsigning.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
#include <signed-video-framework/signed_video_common.h>
4242
#include <signed-video-framework/signed_video_openssl.h>
4343
#include <signed-video-framework/signed_video_sign.h>
44-
#include <signed-video-framework/sv_vendor_axis_communications.h>
4544

4645
GST_DEBUG_CATEGORY_STATIC(gst_signing_debug);
4746
#define GST_CAT_DEFAULT gst_signing_debug

apps/validator/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
#define RESULTS_FILE "validation_results.txt"
4444
// Increment VALIDATOR_VERSION when a change is affecting the code.
45-
#define VALIDATOR_VERSION "v2.0.1" // Requires at least signed-video-framework v2.0.4
45+
#define VALIDATOR_VERSION "v2.0.2" // Requires at least signed-video-framework v2.2.5
4646

4747
typedef struct {
4848
GMainLoop *loop;

0 commit comments

Comments
 (0)