From 4c56baba4048f8a881253d4fe2f49c2715c77376 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Jan 2013 10:56:11 +0100 Subject: options: move -geometry parsing to m_option.c This also means the option is verified on program start, not when the VO is created. The actual code becomes a bit more complex, because the screen width/height is not available at program start. The actual parsing code is still the same, with its unusual sscanf() usage. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ba142d698..ed29fb4cc6 100644 --- a/Makefile +++ b/Makefile @@ -266,7 +266,6 @@ SOURCES = talloc.c \ video/out/bitmap_packer.c \ video/out/aspect.c \ video/out/filter_kernels.c \ - video/out/geometry.c \ video/out/vo.c \ video/out/vo_null.c \ video/out/vo_image.c \ -- cgit v1.2.3