Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 782553 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- a/libavfilter/Makefile
0
++ b/libavfilter/Makefile
Lines 564-569 Link Here
564
564
565
OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
565
OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
566
.SECONDARY: $(OPENCL:.cl=.c)
566
.SECONDARY: $(OPENCL:.cl=.c)
567
libavfilter/opencl/%.c: TAG = OPENCL
567
libavfilter/opencl/%.c: libavfilter/opencl/%.cl
568
libavfilter/opencl/%.c: $(SRC_PATH)/libavfilter/opencl/%.cl
569
	$(M)$(SRC_PATH)/tools/cl2c $< $@
568
	$(M)$(SRC_PATH)/tools/cl2c $< $@

Return to bug 782553