From efca1417a19c06bc7401d4eb3cd3243bc84c7911 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 22 Mar 2010 23:02:45 +0000 Subject: [PATCH] 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 --- apps/mp3/Makefile | 1 - apps/mp3/mp3.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/mp3/Makefile b/apps/mp3/Makefile index f1ad3b41..ee81cd05 100644 --- a/apps/mp3/Makefile +++ b/apps/mp3/Makefile @@ -4,7 +4,6 @@ COREPATH ?=../../core LAME_DIR = ./lame-3.96.1 module_ldflags = -lmp3lame -module_cflags = -I/usr/include/lame WITH_MPG123DECODER ?= yes diff --git a/apps/mp3/mp3.c b/apps/mp3/mp3.c index 0241c177..41f575c4 100644 --- a/apps/mp3/mp3.c +++ b/apps/mp3/mp3.c @@ -34,7 +34,7 @@ #include #include -#include "lame.h" +#include #ifdef WITH_MPG123DECODER #include "mpg123.h"