summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 10:49:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 10:49:44 +0000
commitca93b730288e18447088318fe8f99a050b939f04 (patch)
tree6ad9e5a0c615a59495dbbaf0e29b76f9697a4fa7 /liba52
parent90c0639a7289fded4ddc24c01e0d8ca0c4af44c8 (diff)
downloadmpv-ca93b730288e18447088318fe8f99a050b939f04.tar.bz2
mpv-ca93b730288e18447088318fe8f99a050b939f04.tar.xz
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
Diffstat (limited to 'liba52')
-rw-r--r--liba52/Makefile3
1 files changed, 0 insertions, 3 deletions
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