diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-03-02 17:55:23 -0500 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-03-02 17:55:23 -0500 |
commit | ebeb2deb3102b91595e77ba0da7bcc986fca57f0 (patch) | |
tree | 0fc09120225cf1c3947aaa0409b6872785fc5980 /src | |
parent | b0cb52d5d82f740efcfa201f9b66d19302d66679 (diff) | |
download | libva-ebeb2deb3102b91595e77ba0da7bcc986fca57f0.tar.gz |
link with libXvmenlow-port-2009031420090323
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 47c0b7d..425b665 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 |