Commit a08cf819 authored by Jean-Paul Saman's avatar Jean-Paul Saman

vdpau: link against VDPAU_LIBS

parent 28f585a8
......@@ -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 =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment