Commit ebeb2deb authored by Austin Yuan's avatar Austin Yuan

link with libXv

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent b0cb52d5
......@@ -23,7 +23,7 @@
libva_la_LTLIBRARIES = libva.la
libva_ladir = $(libdir)
libva_la_LDFLAGS = -version-number 0:30:0 -no-undefined
libva_la_LIBADD = -ldl -lX11 -lXext -lXfixes -lXdamage X11/libva_X11.la
libva_la_LIBADD = -ldl -lX11 -lXext -lXfixes -lXdamage -lXv X11/libva_X11.la
SUBDIRS = X11
......
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