fixed include path for lame. by Andrey S

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1700 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent d0a1a827ac
commit efca1417a1

@ -4,7 +4,6 @@ COREPATH ?=../../core
LAME_DIR = ./lame-3.96.1
module_ldflags = -lmp3lame
module_cflags = -I/usr/include/lame
WITH_MPG123DECODER ?= yes

@ -34,7 +34,7 @@
#include <stdio.h>
#include <string.h>
#include "lame.h"
#include <lame/lame.h>
#ifdef WITH_MPG123DECODER
#include "mpg123.h"

Loading…
Cancel
Save