]> git.pld-linux.org Git - packages/gstreamer-vaapi.git/blame - gstreamer-vaapi-link.patch
- updated to 0.6.1
[packages/gstreamer-vaapi.git] / gstreamer-vaapi-link.patch
CommitLineData
a2965d5b
JB
1--- gstreamer-vaapi-0.6.0/configure.ac.orig 2015-07-15 14:49:33.000000000 +0200
2+++ gstreamer-vaapi-0.6.0/configure.ac 2015-08-03 21:09:01.565451502 +0200
3@@ -167,6 +167,7 @@
4 GLIB_VERSION_REQUIRED=glib_version
5 PKG_CHECK_MODULES([GLIB], [glib-2.0 >= $GLIB_VERSION_REQUIRED])
6 AC_SUBST(GLIB_VERSION_REQUIRED)
7+PKG_CHECK_MODULES([GMODULE], [gmodule-2.0])
8
9 dnl Check to see if dlopen is in default libraries (like Solaris, which
10 dnl has it in libc), or if libdl is needed to get it.
11--- gstreamer-vaapi-0.6.0/gst-libs/gst/vaapi/Makefile.am.orig 2015-07-15 14:47:43.000000000 +0200
12+++ gstreamer-vaapi-0.6.0/gst-libs/gst/vaapi/Makefile.am 2015-08-03 21:09:17.892117476 +0200
13@@ -502,6 +502,7 @@
14
15 libgstvaapi_egl_@GST_API_VERSION@_la_LIBADD = \
16 $(GLIB_LIBS) \
17+ $(GMODULE_LIBS) \
18 $(GST_LIBS) \
19 $(GST_BASE_LIBS) \
20 $(GST_VIDEO_LIBS) \
This page took 0.033076 seconds and 4 git commands to generate.