summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:25:24 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:25:24 +0000
commit3ea9eaa4cc9162ff5d3a2e8820b7b1f20543a7e0 (patch)
treebca82d490382136bfa1dbea91329653c10c41015 /mp3lib/Makefile
parent78b29d6635cf2abd24f2ea187923fad4bce79f29 (diff)
downloadmpv-3ea9eaa4cc9162ff5d3a2e8820b7b1f20543a7e0.tar.bz2
mpv-3ea9eaa4cc9162ff5d3a2e8820b7b1f20543a7e0.tar.xz
make test1 && make test2 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7235 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 6f7cc478c5..f56d2ffd7f 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -42,10 +42,10 @@ ifeq ($(TARGET_OS),OpenBSD)
./mp3lib_objfix.sh
endif
test1: libMP3.a test.c
- $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a -lm
+ $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
test2: libMP3.a test2.c
- $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a -lm
+ $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
all: libMP3.a