mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
make test1 && make test2 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7235 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
78b29d6635
commit
3ea9eaa4cc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user