From 84254c10d2898fbe7f45934bcaad94a217cc22ab Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 26 Feb 2016 01:34:08 +0100 Subject: Make ALSA input conditional --- src/VLCInput.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/VLCInput.h') diff --git a/src/VLCInput.h b/src/VLCInput.h index 27d6237..5139b89 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -34,9 +34,7 @@ #include #include "SampleQueue.h" - -// 16 bits per sample is fine for now -#define BYTES_PER_SAMPLE 2 +#include "common.h" /* Common functionality for the direct libvlc input and the * threaded libvlc input -- cgit v1.2.3