summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-01-16Audio module cleanup (more to come).Johns
Alsa + OSS can be included/build at the same time. Alsa or OSS can be runtime selected with -a. Add audio thread support to OSS module. Add polled audio support to alsa module. Removed some debug source code.
2012-01-12Rebuild objects, when Makefile changes.Johns
2012-01-10Patch collection from Christian Ruppert.Christian Ruppert
Move objects before $LIBS to avoid link failures with --as-needed. Do not override CFLAGS for video test. Rearrange *FLAGS incl. some minor fixes. Don't override VDRDIR, LIBDIR and TMPDIR in makefile. Don't abuse LDFLAGS in makefile. Define CC in makefile. Include GL/gl.h for the GL_COLOR_BUFFER_BIT definition. VideoInit() needs an argument.
2012-01-03Audio update.Johns
Alsa: report needed down sampling of 3/5/6 to 2 channels. Moved alsa code into alsa module. Initial OSS output support.
2011-12-31Use only the needed number of surfaces.Johns
Fix problem with video-xvba and too many surfaces used. Prepare new audio driver "oss".
2011-12-31Make pthread_setname_np optional for older glibc.Johns
2011-12-24Cleanups + Version 0.1.2 released.0.1.2Johns
2011-12-22Initial vdpau support.Johns
2011-12-11Fix: indent broke VERSION extraction.Johns
2011-12-07Makefile and private make script.Johns