[FFmpeg-cvslog] lavu/opencl: use consistent inclusion header guard name
Stefano Sabatini
git at videolan.org
Mon Apr 1 23:57:18 CEST 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Apr 1 14:02:47 2013 +0200| [064acc9743edfc4625d219e1152510ae027fceae] | committer: Stefano Sabatini
lavu/opencl: use consistent inclusion header guard name
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=064acc9743edfc4625d219e1152510ae027fceae
---
libavutil/opencl.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavutil/opencl.h b/libavutil/opencl.h
index f41ba89..6ebde10 100644
--- a/libavutil/opencl.h
+++ b/libavutil/opencl.h
@@ -28,8 +28,8 @@
* change without prior notice.
*/
-#ifndef LIBAVUTIL_OPENCLWRAPPER_H
-#define LIBAVUTIL_OPENCLWRAPPER_H
+#ifndef LIBAVUTIL_OPENCL_H
+#define LIBAVUTIL_OPENCL_H
#include <CL/cl.h>
#include "config.h"
@@ -199,4 +199,4 @@ void av_opencl_release_kernel(AVOpenCLKernelEnv *env);
*/
void av_opencl_uninit(void);
-#endif/*LIBAVUTIL_OPENCL_H*/
+#endif /* LIBAVUTIL_OPENCL_H */
More information about the ffmpeg-cvslog
mailing list