summaryrefslogtreecommitdiff
path: root/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-08 15:16:59 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-08 15:37:31 -0300
commit623a5b5536ea69c13460986082c66b589f48b0b3 (patch)
treeb76a6204dc36c224f491a94ed286f6624845b23c /libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
parent142effe105f42620bc2bfbf3f6c2dcf9d8bb84b6 (diff)
downloadabslibre-623a5b5536ea69c13460986082c66b589f48b0b3.tar.gz
abslibre-623a5b5536ea69c13460986082c66b589f48b0b3.tar.bz2
abslibre-623a5b5536ea69c13460986082c66b589f48b0b3.zip
gstreamer0.10-bad: remove package from [libre]
Diffstat (limited to 'libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch')
-rw-r--r--libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch b/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
deleted file mode 100644
index c7bec44e0..000000000
--- a/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- gst-plugins-bad.orig/ext/vp8/gstvp8utils.h 2015-04-21 03:31:33.134952881 +0300
-+++ gst-plugins-bad/ext/vp8/gstvp8utils.h 2015-04-21 03:32:45.553520671 +0300
-@@ -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