Fixed makefile in mp3Decoder error that prevented it from compiling

This commit is contained in:
Raynaldo Rivera 2010-03-16 03:13:11 +00:00
parent 9527ef386c
commit 97c186502f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CC=g++
CC=gcc
CFLAGS=-Wall
LDFLAGS=-L../../Source -lcAudio