Module Name: src
Committed By: mrg
Date: Thu Jun 6 06:18:15 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libXvMCW: Makefile
Log Message:
updates for libXvMC 1.0.7.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libXvMCW/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/libXvMCW/Makefile
diff -u src/external/mit/xorg/lib/libXvMCW/Makefile:1.1 src/external/mit/xorg/lib/libXvMCW/Makefile:1.2
--- src/external/mit/xorg/lib/libXvMCW/Makefile:1.1 Wed Jan 19 16:31:24 2011
+++ src/external/mit/xorg/lib/libXvMCW/Makefile Thu Jun 6 06:18:15 2013
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2011/01/19 16:31:24 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/06 06:18:15 mrg Exp $
.include <bsd.own.mk>
LIB= XvMCW
-.PATH: ${X11SRCDIR.XvMC}/src
+.PATH: ${X11SRCDIR.XvMC}/wrapper
SRCS= XvMCWrapper.c
@@ -12,6 +12,7 @@ CPPFLAGS+= -DXVMC_CONFIGDIR=${X11ETCDIR}
CPPFLAGS+= -DXVMC_SOVERSION=\".2.0\"
CPPFLAGS+= -DXVMC_CLIENTSOVERSION=\".1.0\"
CPPFLAGS+= -DXV_SOVERSION=\".2.0\"
+CPPFLAGS+= -I${X11SRCDIR.XvMC}/include
LIBDPLIBS= Xext ${.CURDIR}/../libXext \
X11 ${.CURDIR}/../libX11/dynamic