mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
Fixed Makefile for test programs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1462 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
030fcaf065
commit
3a2dbeb6fb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user