summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 17:52:17 +0200
committerwm4 <wm4@nowhere>2012-08-06 17:52:17 +0200
commitc7b66d99d1830685ec3761ebf0a3625dee69f5d1 (patch)
treeb932c03a1c892694fdd207b88104bbafe26369e5 /Makefile
parentb43adea6c850a3f8e8660428cfa4875e3d698ea6 (diff)
downloadmpv-c7b66d99d1830685ec3761ebf0a3625dee69f5d1.tar.bz2
mpv-c7b66d99d1830685ec3761ebf0a3625dee69f5d1.tar.xz
vo_image: add new video output for writing images
This is supposed to replace vo_png and others.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)