From 63e8fc4d8f0873fd23ffb945d63297c038f10c4e Mon Sep 17 00:00:00 2001 From: highgod0401 Date: Wed, 8 May 2013 08:53:09 +0800 Subject: lavfi: modify names of deshake_kernel.h and unsharp_kernel.h Reviewed-by: Stefano Sabatini Signed-off-by: Michael Niedermayer --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/Makefile') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 913f50211e..73a24dd9b5 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -232,7 +232,7 @@ OBJS-$(CONFIG_AMOVIE_FILTER) += src_movie.o OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h -SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_kernel.h unsharp_kernel.h +SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h TOOLS = graph2dot TESTPROGS = drawutils filtfmts formats -- cgit v1.2.3