libac3 was removed ages ago, remove the related test target.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21309 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 10:49:44 +00:00
parent 90c0639a72
commit ca93b73028
1 changed files with 0 additions and 3 deletions

View File

@ -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