summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
Diffstat (limited to 'liba52')
-rw-r--r--liba52/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 0456440725..63cb29d3ef 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -19,10 +19,10 @@ $(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
test: $(LIBNAME) test.c
- $(CC) $(CFLAGS) test.c ../cpudetect.c -o test -L. -la52 -lm
+ $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ./liba52.a -lm
test2: $(LIBNAME) test.c
- $(CC) $(CFLAGS) test.c -o test2 -L../libac3 -lac3 -L. -la52
+ $(CC) $(CFLAGS) test.c -o test2 ../libac3/libac3.a ./liba52.a -lm
all: $(LIBNAME)