]> git.pld-linux.org Git - packages/libvdpau.git/commitdiff
- link wirh libX11 due to missing _XEatData symbol
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 24 Dec 2014 10:34:22 +0000 (10:34 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 24 Dec 2014 10:34:22 +0000 (10:34 +0000)
libvdpau.spec
link-X11.patch [new file with mode: 0644]

index 099e7c43cb9afa6700638f4360fcf7432a067163..0a3d6d2f5297f49acf92c23d07bd614d7767b2b6 100644 (file)
@@ -15,6 +15,7 @@ License:      MIT
 Group:         Libraries
 Source0:       http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.gz
 # Source0-md5: 3a1f8f3ec6e6adcfbc6044c8f00d7d51
+Patch0:                link-X11.patch
 URL:           http://freedesktop.org/wiki/Software/VDPAU
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -93,6 +94,7 @@ Dokumentacja API biblioteki vdpau.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/link-X11.patch b/link-X11.patch
new file mode 100644 (file)
index 0000000..c68cc54
--- /dev/null
@@ -0,0 +1,10 @@
+--- libvdpau-0.9/src/Makefile.am~      2014-11-05 00:17:39.000000000 +0000
++++ libvdpau-0.9/src/Makefile.am       2014-12-24 10:32:00.313583495 +0000
+@@ -22,6 +22,7 @@
+ libvdpau_la_LIBADD = \
+     $(DLOPEN_LIBS) \
+     $(PTHREAD_LIBS) \
++    $(X11_LIBS) \
+     $(XEXT_LIBS)
+ libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined
This page took 0.054232 seconds and 4 git commands to generate.