Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
064acc97
Commit
064acc97
authored
Apr 01, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavu/opencl: use consistent inclusion header guard name
parent
57d77b39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
opencl.h
libavutil/opencl.h
+3
-3
No files found.
libavutil/opencl.h
View file @
064acc97
...
...
@@ -28,8 +28,8 @@
* change without prior notice.
*/
#ifndef LIBAVUTIL_OPENCL
WRAPPER
_H
#define LIBAVUTIL_OPENCL
WRAPPER
_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
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment