diff options
author | Rodeo <[email protected]> | 2013-11-02 20:48:34 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-11-02 20:48:34 +0000 |
commit | 4a08a924b074b2691950bf0beddecdb73658104f (patch) | |
tree | 1d69d7392509310fd3a5cd57255d0308858c3490 /libhb/openclwrapper.h | |
parent | b94f4686f052a9129c54b0bb5af39d6e86554872 (diff) |
OpenCL: initial work on a new OpenCl wrapper, which will eventually phase out the existing one.
Based on an x264 patch by Anton Mitrofanov.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5870 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/openclwrapper.h')
-rw-r--r-- | libhb/openclwrapper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/openclwrapper.h b/libhb/openclwrapper.h index 1ee081da9..c7606afc0 100644 --- a/libhb/openclwrapper.h +++ b/libhb/openclwrapper.h @@ -71,7 +71,6 @@ int hb_create_kernel( char * kernelname, KernelEnv * env ); int hb_release_kernel( KernelEnv * env ); void hb_opencl_init(); -void hb_opencl_info_print(); int hb_get_opencl_env(); |