summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2011-03-07config: move wrapper in its own directoryGaetan Nadon
This prevents the use of per-target compiler flags. Makefiles are simpler. The -D flags for the wrapper are moved with pre-precessor flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2006-09-27Add XvMCWrapper to lint targetAlan Coopersmith
2006-09-26Add hooks for checking code with sparse/lint/etc.Alan Coopersmith
2006-04-03Bug #6479: Cygwin build fix. (Yaakov Selkowitz)XORG-7_0_99_901Adam Jackson
2006-03-22Set XVMC_CONFIGDIR to $(sysconfdir)/X11.Donnie Berkholz
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-26Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Add dotThomas Hellstrom
before revision definitions for libXvMCW (Cedric Berger)
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson
a global configure cache don't get confused.
2005-07-16Set soversion to 1.0.0 with -version-number.Daniel Stone
2005-07-12Set soversions to 1.0.0; add XvMClib.h.Daniel Stone
2005-07-02Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin
2005-06-20Add XvMC build systemSøren Sandmann Pedersen