[vlc-commits] vdpau: link against VDPAU_LIBS
Jean-Paul Saman
git at videolan.org
Fri Aug 2 14:33:56 CEST 2013
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Fri Aug 2 13:55:51 2013 +0200| [a08cf819549e9af39ad95d22a64b0b94ff46f06e] | committer: Jean-Paul Saman
vdpau: link against VDPAU_LIBS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a08cf819549e9af39ad95d22a64b0b94ff46f06e
---
modules/hw/vdpau/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/vdpau/Makefile.am b/modules/hw/vdpau/Makefile.am
index 0cbf07c..9ca338d 100644
--- a/modules/hw/vdpau/Makefile.am
+++ b/modules/hw/vdpau/Makefile.am
@@ -2,7 +2,7 @@ basedir = vdpau
include $(top_srcdir)/modules/common.am
AM_CFLAGS += $(VDPAU_CFLAGS)
-AM_LIBADD += libvlc_vdpau.la
+AM_LIBADD += libvlc_vdpau.la $(VDPAU_LIBS)
libvlc_vdpau_la_SOURCES = vlc_vdpau.c vlc_vdpau.h instance.c
libvlc_vdpau_la_CPPFLAGS =
More information about the vlc-commits
mailing list