[vlc-commits] Revert "vdpau: link against VDPAU_LIBS"
Rémi Denis-Courmont
git at videolan.org
Mon Aug 5 18:44:36 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 5 19:17:34 2013 +0300| [7b421186958104b3e34eb1ed5b84d32911c8dff5] | committer: Rémi Denis-Courmont
Revert "vdpau: link against VDPAU_LIBS"
This reverts commit a08cf819549e9af39ad95d22a64b0b94ff46f06e.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b421186958104b3e34eb1ed5b84d32911c8dff5
---
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 9ca338d..0cbf07c 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 $(VDPAU_LIBS)
+AM_LIBADD += libvlc_vdpau.la
libvlc_vdpau_la_SOURCES = vlc_vdpau.c vlc_vdpau.h instance.c
libvlc_vdpau_la_CPPFLAGS =
More information about the vlc-commits
mailing list