From c7b66d99d1830685ec3761ebf0a3625dee69f5d1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 6 Aug 2012 17:52:17 +0200 Subject: vo_image: add new video output for writing images This is supposed to replace vo_png and others. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d11d9daafc..4d4e2c5b6c 100644 --- a/Makefile +++ b/Makefile @@ -432,6 +432,7 @@ SRCS_MPLAYER = command.c \ libvo/video_out.c \ libvo/vo_null.c \ libvo/vo_png.c \ + libvo/vo_image.c \ $(SRCS_MPLAYER-yes) COMMON_LIBS += $(COMMON_LIBS-yes) -- cgit v1.2.3