mirror of https://git.ffmpeg.org/ffmpeg.git
lavu/vulkan_spirv: use correct inclusion guards
Forgot to change them after moving the file over from libavfilter.
This commit is contained in:
parent
f456522e32
commit
9391d4ccc5
|
@ -16,8 +16,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef AVFILTER_VULKAN_SPIRV_H
|
||||
#define AVFILTER_VULKAN_SPIRV_H
|
||||
#ifndef AVUTIL_VULKAN_SPIRV_H
|
||||
#define AVUTIL_VULKAN_SPIRV_H
|
||||
|
||||
#include "vulkan.h"
|
||||
|
||||
|
@ -41,4 +41,4 @@ FFVkSPIRVCompiler *ff_vk_shaderc_init(void);
|
|||
#define ff_vk_spirv_init ff_vk_shaderc_init
|
||||
#endif
|
||||
|
||||
#endif /* AVFILTER_VULKAN_H */
|
||||
#endif /* AVUTIL_VULKAN_H */
|
||||
|
|
Loading…
Reference in New Issue