summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-11-02 20:48:34 +0000
committerRodeo <[email protected]>2013-11-02 20:48:34 +0000
commit4a08a924b074b2691950bf0beddecdb73658104f (patch)
tree1d69d7392509310fd3a5cd57255d0308858c3490 /libhb/hb.c
parentb94f4686f052a9129c54b0bb5af39d6e86554872 (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/hb.c')
-rw-r--r--libhb/hb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 4186fa65a..21f38a186 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -8,6 +8,7 @@
*/
#include "hb.h"
+#include "opencl.h"
#include "hbffmpeg.h"
#include <stdio.h>
#include <unistd.h>
@@ -630,10 +631,8 @@ void hb_scan( hb_handle_t * h, const char * path, int title_index,
}
hb_log(" - logical processor count: %d", hb_get_cpu_count());
-#ifdef USE_OPENCL
/* Print OpenCL info here so that it's in all scan and encode logs */
hb_opencl_info_print();
-#endif
#ifdef USE_QSV
/* Print QSV info here so that it's in all scan and encode logs */