summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 17:46:42 +0200
committerwm4 <wm4@nowhere>2012-08-06 17:46:42 +0200
commit39593c138d505c0f99a5534d972a9c81fd676c4d (patch)
tree2f1db132336537be1919f133a57a0b3e941866af /Makefile
parent7aae399239d02e48de9060dded1d0232310d2141 (diff)
downloadmpv-39593c138d505c0f99a5534d972a9c81fd676c4d.tar.bz2
mpv-39593c138d505c0f99a5534d972a9c81fd676c4d.tar.xz
screenshot: move image writer code into new file image_writer.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef712c29ae..d11d9daafc 100644
--- a/Makefile
+++ b/Makefile
@@ -419,6 +419,7 @@ SRCS_MPLAYER = command.c \
mplayer.c \
parser-mpcmd.c \
screenshot.c \
+ image_writer.c \
input/input.c \
libao2/ao_null.c \
libao2/ao_pcm.c \