]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/opengl_enc_shaders.h
Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42'
[ffmpeg] / libavdevice / opengl_enc_shaders.h
index ed8b3d30413898f997b9d361af934451695aee2f..67ee0ae7b4259e8c875f65f981c74b31f27a7e90 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVDEVICE_OPENGL_SHADERS_H
-#define AVDEVICE_OPENGL_SHADERS_H
+#ifndef AVDEVICE_OPENGL_ENC_SHADERS_H
+#define AVDEVICE_OPENGL_ENC_SHADERS_H
 
 #include "libavutil/pixfmt.h"
 
@@ -185,4 +185,4 @@ static const char * const FF_OPENGL_FRAGMENT_SHADER_GRAY =
         "gl_FragColor = vec4(c, c, c, 1.0);"
     "}";
 
-#endif /* AVDEVICE_OPENGL_SHADERS_H */
+#endif /* AVDEVICE_OPENGL_ENC_SHADERS_H */