vlc ver. bump
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
From 4a99402aa5a3433e014041596d4a4a64b8bdfb5e Mon Sep 17 00:00:00 2001
|
||||||
|
From: David Runge <dvzrv@archlinux.org>
|
||||||
|
Date: Sun, 24 May 2026 23:46:00 +0200
|
||||||
|
Subject: [PATCH 3/4] Adjust includes for build with gstreamer >= 1.28
|
||||||
|
|
||||||
|
Signed-off-by: David Runge <dvzrv@archlinux.org>
|
||||||
|
---
|
||||||
|
modules/codec/gstreamer/gstvlcvideopool.h | 3 ---
|
||||||
|
1 file changed, 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/modules/codec/gstreamer/gstvlcvideopool.h b/modules/codec/gstreamer/gstvlcvideopool.h
|
||||||
|
index 373a5665e4..0656b5ce31 100644
|
||||||
|
--- a/modules/codec/gstreamer/gstvlcvideopool.h
|
||||||
|
+++ b/modules/codec/gstreamer/gstvlcvideopool.h
|
||||||
|
@@ -27,9 +27,6 @@
|
||||||
|
#ifndef VLC_GST_VIDEO_POOL_H
|
||||||
|
#define VLC_GST_VIDEO_POOL_H
|
||||||
|
|
||||||
|
-#include <gst/gstbufferpool.h>
|
||||||
|
-#include <gst/video/gstvideopool.h>
|
||||||
|
-
|
||||||
|
#include "gstvlcpictureplaneallocator.h"
|
||||||
|
|
||||||
|
typedef struct _GstVlcVideoPool GstVlcVideoPool;
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
<Dependency>wayland-protocols-devel</Dependency>
|
<Dependency>wayland-protocols-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">vlc-3.0.11.1-srt-1.4.2.patch</Patch> -->
|
<Patch level="1">gstreamer-1.28.patch</Patch>
|
||||||
<!-- <Patch level="1">vlc-2.2.8-freerdp-2.patch</Patch> -->
|
<!-- <Patch level="1">vlc-2.2.8-freerdp-2.patch</Patch> -->
|
||||||
<!-- <Patch level="1">lua53_compat.patch</Patch> -->
|
<!-- <Patch level="1">lua53_compat.patch</Patch> -->
|
||||||
<!--Patch level="1">qt_5_15.patch</Patch-->
|
<!--Patch level="1">qt_5_15.patch</Patch-->
|
||||||
|
|||||||
Reference in New Issue
Block a user