[packages/gstreamer-vaapi] - added link patch (fixes libgstvaapi-egl linking)
qboosh
qboosh at pld-linux.org
Tue Aug 4 17:19:56 CEST 2015
commit a2965d5b78ce028763f32e1cce050e9ffb36ead7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Aug 4 17:19:57 2015 +0200
- added link patch (fixes libgstvaapi-egl linking)
gstreamer-vaapi-link.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/gstreamer-vaapi-link.patch b/gstreamer-vaapi-link.patch
new file mode 100644
index 0000000..432562a
--- /dev/null
+++ b/gstreamer-vaapi-link.patch
@@ -0,0 +1,20 @@
+--- gstreamer-vaapi-0.6.0/configure.ac.orig 2015-07-15 14:49:33.000000000 +0200
++++ gstreamer-vaapi-0.6.0/configure.ac 2015-08-03 21:09:01.565451502 +0200
+@@ -167,6 +167,7 @@
+ GLIB_VERSION_REQUIRED=glib_version
+ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= $GLIB_VERSION_REQUIRED])
+ AC_SUBST(GLIB_VERSION_REQUIRED)
++PKG_CHECK_MODULES([GMODULE], [gmodule-2.0])
+
+ dnl Check to see if dlopen is in default libraries (like Solaris, which
+ dnl has it in libc), or if libdl is needed to get it.
+--- gstreamer-vaapi-0.6.0/gst-libs/gst/vaapi/Makefile.am.orig 2015-07-15 14:47:43.000000000 +0200
++++ gstreamer-vaapi-0.6.0/gst-libs/gst/vaapi/Makefile.am 2015-08-03 21:09:17.892117476 +0200
+@@ -502,6 +502,7 @@
+
+ libgstvaapi_egl_ at GST_API_VERSION@_la_LIBADD = \
+ $(GLIB_LIBS) \
++ $(GMODULE_LIBS) \
+ $(GST_LIBS) \
+ $(GST_BASE_LIBS) \
+ $(GST_VIDEO_LIBS) \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-vaapi.git/commitdiff/a2965d5b78ce028763f32e1cce050e9ffb36ead7
More information about the pld-cvs-commit
mailing list