Mercurial > mplayer.hg
changeset 1461:5a748a93b7b4
Fixed Makefile for test programs.
author | atmos4 |
---|---|
date | Wed, 08 Aug 2001 06:58:12 +0000 |
parents | fbcadb06e44f |
children | a776747517c0 |
files | mp3lib/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/Makefile Tue Aug 07 20:53:13 2001 +0000 +++ b/mp3lib/Makefile Wed Aug 08 06:58:12 2001 +0000 @@ -40,10 +40,10 @@ $(AR) r libMP3.a $(OBJS) test1: libMP3.a test.c - $(CC) $(CFLAGS) test.c -o test1 -I.. -L. -lMP3 -lm + $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm test2: libMP3.a test2.c - $(CC) $(CFLAGS) test2.c -o test2 -I.. -L. -lMP3 -lm + $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. -L. -lMP3 -lm all: libMP3.a