debrix-driver-i810 ChangeLog,NONE,1.1 configure.ac,NONE,1.1
Daniel Stone
xserver-commit at pdx.freedesktop.org
Sun Jun 27 18:44:38 PDT 2004
- Previous message: debrix-driver-nv/riva Makefile.am,NONE,1.1 riva_include.h,1.2,1.3
- Next message: debrix-driver-i810/i810 Imakefile, 1.5, 1.6 Makefile.am, NONE,
1.1 i810_driver.c, 1.4, 1.5 i810_hwmc.c, 1.3, 1.4 i810_video.c,
1.2, 1.3 i830_driver.c, 1.3, 1.4 i830_video.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix-driver-i810
In directory pdx:/tmp/cvs-serv16546
Added Files:
ChangeLog configure.ac
Log Message:
Initial import of drivers, including client-side XvMC driver.
--- NEW FILE: ChangeLog ---
2004-06-28 Daniel Stone <daniel at freedesktop.org>
* autogen.sh:
* configure.ac:
* Makefile.am:
* i810/Makefile.am:
Initial import of sources.
* i810/i810_driver.c:
* i810/i810_hwmc.c:
* i810/i810_video.c:
* i810/i830_driver.c:
* i810/i830_video.c:
#include "Xv.h" -> <X11/extensions/Xv.h>; ditto XvMC.h.
--- NEW FILE: configure.ac ---
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([debrix-driver-i810],
0.1.0,
[daniel at freedesktop.org],
debrix-driver-i810)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR(.)
# Checks for programs.
AC_PROG_LIBTOOL
AC_PROG_CC
AC_ARG_ENABLE(dri, [ --enable-dri ], [ DRI="yes" ], [ DRI="no" ])
AM_CONDITIONAL(DRI, [ test "x$DRI" == "xyes" ])
if test "x$DRI" == "xyes"; then
DRICFLAGS="-DXF86DRI -DXvMCExtension"
fi
# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, debrix xv)
driverdir=$(pkg-config --variable=driverdir debrix)
AC_SUBST([driverdir])
sdkdir=$(pkg-config --variable=sdkdir debrix)
CFLAGS="$XORG_CFLAGS -include debrix.h $DRICFLAGS"
INCLUDES="$XORG_INCS -I${sdkdir}"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])
# Checks for libraries.
# Checks for header files.
AC_HEADER_STDC
AC_OUTPUT([Makefile
i810/Makefile])
- Previous message: debrix-driver-nv/riva Makefile.am,NONE,1.1 riva_include.h,1.2,1.3
- Next message: debrix-driver-i810/i810 Imakefile, 1.5, 1.6 Makefile.am, NONE,
1.1 i810_driver.c, 1.4, 1.5 i810_hwmc.c, 1.3, 1.4 i810_video.c,
1.2, 1.3 i830_driver.c, 1.3, 1.4 i830_video.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list