diff options
author | highgod0401 <highgod0401@gmail.com> | 2013-05-08 08:53:09 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-10 12:44:04 +0200 |
commit | 63e8fc4d8f0873fd23ffb945d63297c038f10c4e (patch) | |
tree | 2e6fcf00493566d11ca7b5d921226ad73733f091 /libavfilter/Makefile | |
parent | 0f05b72f19c0a07cf48c912d2a71c3fb5f7bc325 (diff) | |
download | ffmpeg-63e8fc4d8f0873fd23ffb945d63297c038f10c4e.tar.gz |
lavfi: modify names of deshake_kernel.h and unsharp_kernel.h
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |