]> git.pld-linux.org Git - packages/gstreamer-vaapi.git/commitdiff
- added link patch (fixes libgstvaapi-egl linking) auto/th/gstreamer-vaapi-0.6.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 4 Aug 2015 15:19:57 +0000 (17:19 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 4 Aug 2015 15:19:57 +0000 (17:19 +0200)
gstreamer-vaapi-link.patch [new file with mode: 0644]

diff --git a/gstreamer-vaapi-link.patch b/gstreamer-vaapi-link.patch
new file mode 100644 (file)
index 0000000..432562a
--- /dev/null
@@ -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_@GST_API_VERSION@_la_LIBADD = \
+       $(GLIB_LIBS)                            \
++      $(GMODULE_LIBS)                         \
+       $(GST_LIBS)                             \
+       $(GST_BASE_LIBS)                        \
+       $(GST_VIDEO_LIBS)                       \
This page took 0.139051 seconds and 4 git commands to generate.