summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_scale.h')
-rw-r--r--libmpcodecs/vf_scale.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/vf_scale.h b/libmpcodecs/vf_scale.h
index 18c1f3af1f..851f4af6d5 100644
--- a/libmpcodecs/vf_scale.h
+++ b/libmpcodecs/vf_scale.h
@@ -1,9 +1,9 @@
//GPL
-#ifndef VF_SCALE_H
-#define VF_SCALE_H
+#ifndef MPLAYER_VF_SCALE_H
+#define MPLAYER_VF_SCALE_H
int get_sws_cpuflags(void);
struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);
-#endif /* VF_SCALE_H */
+#endif /* MPLAYER_VF_SCALE_H */