summaryrefslogtreecommitdiffstats
path: root/multimedia/gst0-plugins-bad/drop-vpx-compat-defines.patch
diff options
context:
space:
mode:
author Matteo Bernardini2021-02-27 11:29:41 +0100
committer Matteo Bernardini2021-02-27 11:29:41 +0100
commit3e512aae2bdd9aff3a4ba418b7de58debeb48c7e (patch)
treebb633b832334a8634697701d29af0cf5343c9779 /multimedia/gst0-plugins-bad/drop-vpx-compat-defines.patch
parent9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff)
downloadslackbuilds-current-20210227.1.tar.gz
20210227.1 global branch merge.current-20210227.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/gst0-plugins-bad/drop-vpx-compat-defines.patch')
-rw-r--r--multimedia/gst0-plugins-bad/drop-vpx-compat-defines.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/multimedia/gst0-plugins-bad/drop-vpx-compat-defines.patch b/multimedia/gst0-plugins-bad/drop-vpx-compat-defines.patch
deleted file mode 100644
index 599ec08a18..0000000000
--- a/multimedia/gst0-plugins-bad/drop-vpx-compat-defines.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -up gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h.drop-compat-defines gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h
---- gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h.drop-compat-defines 2015-04-07 09:28:01.637679239 -0400
-+++ gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h 2015-04-07 09:28:10.397622550 -0400
-@@ -25,23 +25,6 @@
-
- G_BEGIN_DECLS
-
--/* Some compatibility defines for older libvpx versions */
--#ifndef VPX_IMG_FMT_I420
--#define VPX_IMG_FMT_I420 IMG_FMT_I420
--#endif
--
--#ifndef VPX_PLANE_Y
--#define VPX_PLANE_Y PLANE_Y
--#endif
--
--#ifndef VPX_PLANE_U
--#define VPX_PLANE_U PLANE_U
--#endif
--
--#ifndef VPX_PLANE_V
--#define VPX_PLANE_V PLANE_V
--#endif
--
- const char * gst_vpx_error_name (vpx_codec_err_t status);
-
- G_END_DECLS