mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/vulkan: remove redundant header
This commit is contained in:
parent
57d7ba4c4f
commit
4c88186d5d
|
@ -662,7 +662,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
|
|||
SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h stack_internal.h
|
||||
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
|
||||
SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_vpp.h stack_internal.h
|
||||
SKIPHEADERS-$(CONFIG_VULKAN) += vulkan.h vulkan_filter.h
|
||||
SKIPHEADERS-$(CONFIG_VULKAN) += vulkan_filter.h
|
||||
SKIPHEADERS-$(CONFIG_LIBSHADERC) += vulkan_spirv.h
|
||||
SKIPHEADERS-$(CONFIG_LIBGLSLANG) += vulkan_spirv.h
|
||||
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
/*
|
||||
* This file is part of FFmpeg.
|
||||
*
|
||||
* FFmpeg is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* FFmpeg is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with FFmpeg; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef AVFILTER_VULKAN_H
|
||||
#define AVFILTER_VULKAN_H
|
||||
|
||||
#include "libavutil/vulkan.h"
|
||||
|
||||
#endif /* AVFILTER_VULKAN_H */
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "avfilter.h"
|
||||
|
||||
#include "vulkan.h"
|
||||
#include "libavutil/vulkan.h"
|
||||
|
||||
/**
|
||||
* General lavfi IO functions
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "libavutil/vulkan.h"
|
||||
|
||||
#include "vulkan.h"
|
||||
#include "config.h"
|
||||
|
||||
typedef struct FFVkSPIRVCompiler {
|
||||
|
|
Loading…
Reference in New Issue