summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-08 06:58:12 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-08 06:58:12 +0000
commit3a2dbeb6fb6087b9431b1aa29daafe6187c5e812 (patch)
tree32a7ff7d235e7dd28ee1df4cfb73db6719d2b7a6 /mp3lib/Makefile
parent030fcaf065794c67e7a31624b49c0ab7d3135da0 (diff)
downloadmpv-3a2dbeb6fb6087b9431b1aa29daafe6187c5e812.tar.bz2
mpv-3a2dbeb6fb6087b9431b1aa29daafe6187c5e812.tar.xz
Fixed Makefile for test programs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1462 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index ed61c31604..fcfd69268e 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -40,10 +40,10 @@ libMP3.a: $(OBJS)
$(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