diff options
author | Rodeo <[email protected]> | 2013-10-20 13:52:51 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-10-20 13:52:51 +0000 |
commit | c7fbc97209a156d1eeb2207fcb69ec2d5f3eb787 (patch) | |
tree | acb9327ea04f5a2e3a1261cda1fdec2f5e43bb3d /libhb/module.defs | |
parent | 4759bd40cda7b1e71a015e0deb668b56b2fad5fb (diff) |
OpenCL: ship our own headers, to reduce our dependency on external OpenCL SDKs.
Part 1 of a broader OpenCL refactoring.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5844 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index 009a2bdd9..297a1b4ed 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -19,6 +19,7 @@ LIBHB.d = $(LIBHB.m4.out) $(LIBHB.h.out) \ $(foreach n,$(LIBHB.prerequisites),$($n.INSTALL.target) ) LIBHB.h.in = $(wildcard $(LIBHB.src/)*.h) +LIBHB.h.in += $(wildcard $(LIBHB.src/)extras/*.h) LIBHB.h.out = $(patsubst $(SRC/)%,$(BUILD/)%,$(LIBHB.h.in)) ############################################################################### @@ -67,7 +68,6 @@ LIBHB.GCC.D += __LIBHB__ USE_PTHREAD LIBHB.GCC.I += $(LIBHB.build/) $(CONTRIB.build/)include ifeq (1,$(FEATURE.opencl)) -LIBHB.GCC.I += $(AMDAPPSDKROOT)/include LIBHB.GCC.l += OpenCL endif |