From edaa73669aea42c557e9cb7c94c1457942a9f34f Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 15 Nov 2011 16:11:42 +0100 Subject: [PATCH] Added header comment for needed packets on Debian/Ubuntu --- app/voe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/voe.c b/app/voe.c index 8026c05..04a5154 100644 --- a/app/voe.c +++ b/app/voe.c @@ -5,6 +5,8 @@ * Subject to the GPL. */ +/* apt-get install libcelt0-0 libcelt-dev libspeexdsp1 libspeexdsp-dev libasound2-dev libasound2 */ + /* NOTE: make sure you also have the alsa userspace tools compiled with * the same version! */ -- 2.11.4.GIT