summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_screenshot.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 14:49:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 14:49:09 +0000
commit60f223f76664437afda078bc46f4a0f1dedcbb06 (patch)
tree3d80a62a8de131c40f9ef9074502349018a2c5f7 /libmpcodecs/vf_screenshot.c
parent6b050a4ed003c9e411b80cf239884d164d912fc6 (diff)
downloadmpv-60f223f76664437afda078bc46f4a0f1dedcbb06.tar.bz2
mpv-60f223f76664437afda078bc46f4a0f1dedcbb06.tar.xz
Move #ifdefs around complete files into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18774 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf_screenshot.c')
-rw-r--r--libmpcodecs/vf_screenshot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmpcodecs/vf_screenshot.c b/libmpcodecs/vf_screenshot.c
index 2998aa77ca..60231ea3a1 100644
--- a/libmpcodecs/vf_screenshot.c
+++ b/libmpcodecs/vf_screenshot.c
@@ -1,5 +1,4 @@
#include "config.h"
-#ifdef HAVE_PNG
#include <stdio.h>
#include <stdlib.h>
@@ -299,5 +298,3 @@ vf_info_t vf_info_screenshot = {
};
//===========================================================================//
-
-#endif /* HAVE_PNG */