lavu/vulkan_spirv: use correct inclusion guards

Forgot to change them after moving the file over from libavfilter.
This commit is contained in:
Lynne 2024-10-06 06:02:51 +02:00
parent f456522e32
commit 9391d4ccc5
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -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 */