summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-07-05 00:26:14 +0300
committerUoti Urpala <uau@mplayer2.org>2011-07-05 00:30:13 +0300
commit677e78f2785e3ecad4a67050990281a506d9fd4e (patch)
tree4d407279c8a853582dc0a6d872fea34c08020f35 /Makefile
parent8ff5b2b88930146fb1931ead243703754e227709 (diff)
downloadmpv-677e78f2785e3ecad4a67050990281a506d9fd4e.tar.bz2
mpv-677e78f2785e3ecad4a67050990281a506d9fd4e.tar.xz
VO: clean up aspect.c, remove aspecttest tool
Clean up aspect.c code and simplify it somewhat (without changing the overall logic). Replace debug output printf calls under #ifdef with mp_msg() debug output (somewhat modified). Remove the file aspecttest.c which created a binary to test aspect.c functionality. It did not compile and would not be particularly useful anyway. Remove some support lines from aspect.c and Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1223409748..5a3157796e 100644
--- a/Makefile
+++ b/Makefile
@@ -752,14 +752,12 @@ codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h $(TEST_OBJS)
codecs2html$(EXESUF): codec-cfg.c $(TEST_OBJS)
$(CC) -I. -DCODECS2HTML -o $@ $^
-libvo/aspecttest$(EXESUF): libvo/aspect.o libvo/geometry.o $(TEST_OBJS)
-
LOADER_TEST_OBJS = $(SRCS_WIN32_EMULATION:.c=.o) $(SRCS_QTX_EMULATION:.S=.o) libavutil/libavutil.a osdep/mmap_anon.o cpudetect.o path.o $(TEST_OBJS)
loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): CFLAGS += -g
loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): $(LOADER_TEST_OBJS)
-TESTS = codecs2html codec-cfg-test libvo/aspecttest
+TESTS = codecs2html codec-cfg-test
ifdef ARCH_X86
TESTS += loader/qtx/list loader/qtx/qtxload