summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-31 07:42:11 +0000
committerstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-31 07:42:11 +0000
commite372474088a5cf5f89647defb4c1cc01db1d884f (patch)
tree082077ce173ee49840cc32657ba95cf5fad27a08 /libswscale/swscale_internal.h
parent97e5f304ce0e3693f72f44710e6d86e5f323bead (diff)
downloadmpv-e372474088a5cf5f89647defb4c1cc01db1d884f.tar.bz2
mpv-e372474088a5cf5f89647defb4c1cc01db1d884f.tar.xz
Change header inclusion guard names in line with FFmpeg r15120.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27499 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index e904205475..a20b26ef5a 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef FFMPEG_SWSCALE_INTERNAL_H
-#define FFMPEG_SWSCALE_INTERNAL_H
+#ifndef SWSCALE_SWSCALE_INTERNAL_H
+#define SWSCALE_SWSCALE_INTERNAL_H
#include "config.h"
@@ -280,4 +280,4 @@ extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]);
extern const AVClass sws_context_class;
-#endif /* FFMPEG_SWSCALE_INTERNAL_H */
+#endif /* SWSCALE_SWSCALE_INTERNAL_H */