aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2012-12-23 19:35:11 +0800
committergblach <gblach@FreeBSD.org>2012-12-23 19:35:11 +0800
commit30ac14acb4817cfcf6e72732d40f7193fd4cf1c3 (patch)
treede6d4923d1ea61e92d3ba773f7c327beb4fc45a9 /multimedia
parentb8b5372e4ea4f3babd22d2f67f056977929b2d4e (diff)
downloadfreebsd-ports-gnome-30ac14acb4817cfcf6e72732d40f7193fd4cf1c3.tar.gz
freebsd-ports-gnome-30ac14acb4817cfcf6e72732d40f7193fd4cf1c3.tar.zst
freebsd-ports-gnome-30ac14acb4817cfcf6e72732d40f7193fd4cf1c3.zip
- Remove unneeded patches
Approved by: crees (mentor)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c b/multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c
deleted file mode 100644
index b8a238bde9b5..000000000000
--- a/multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/modules/xine/emotion_xine_vo_out.c.orig
-+++ src/modules/xine/emotion_xine_vo_out.c
-@@ -119,8 +119,13 @@ _emotion_class_init(xine_t *xine, void *
- cl = (Emotion_Class *) malloc(sizeof(Emotion_Class));
- if (!cl) return NULL;
- cl->driver_class.open_plugin = _emotion_open;
-+#if XINE_MAJOR_VERSION < 1 || (XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION < 2)
- cl->driver_class.get_identifier = _emotion_class_identifier_get;
- cl->driver_class.get_description = _emotion_class_description_get;
-+#else
-+ cl->driver_class.identifier = _emotion_class_identifier_get(NULL);
-+ cl->driver_class.description = _emotion_class_description_get(NULL);
-+#endif
- cl->driver_class.dispose = _emotion_class_dispose;
- cl->config = xine->config;
- cl->xine = xine;