diff --git a/liba52/Makefile b/liba52/Makefile index 370fc1e400..0024c30a6a 100644 --- a/liba52/Makefile +++ b/liba52/Makefile @@ -16,8 +16,5 @@ include ../mpcommon.mak test: $(LIBNAME) test.c $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm -test2: $(LIBNAME) test.c - $(CC) $(CFLAGS) test.c -o test2 ../libac3/libac3.a ./liba52.a -lm - distclean:: rm -f test