From c8e70ec0fe3cda6f9421d45cf180c6ed3d1d052c Mon Sep 17 00:00:00 2001 From: Johns Date: Tue, 3 Jan 2012 21:31:03 +0100 Subject: Audio update. Alsa: report needed down sampling of 3/5/6 to 2 channels. Moved alsa code into alsa module. Initial OSS output support. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c38c697..2208319 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,10 @@ VERSION = $(shell grep 'static const char \*const VERSION *=' $(PLUGIN).cpp | aw CONFIG := #-DDEBUG #CONFIG += -DHAVE_PTHREAD_NAME -CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI") CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU") +CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI") CONFIG += $(shell pkg-config --exists alsa && echo "-DUSE_ALSA") +#CONFIG += -DUSE_OSS ### The C++ compiler and options: -- cgit v1.2.3