[FFmpeg-cvslog] lavu/vulkan_spirv: use correct inclusion guards
Lynne
git at videolan.org
Sun Oct 6 07:05:08 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sun Oct 6 06:02:51 2024 +0200| [9391d4ccc59cf890217a66e447aaf5a17cab42ea] | committer: Lynne
lavu/vulkan_spirv: use correct inclusion guards
Forgot to change them after moving the file over from libavfilter.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9391d4ccc59cf890217a66e447aaf5a17cab42ea
---
libavutil/vulkan_spirv.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavutil/vulkan_spirv.h b/libavutil/vulkan_spirv.h
index c51f444997..c13b50f8e7 100644
--- a/libavutil/vulkan_spirv.h
+++ b/libavutil/vulkan_spirv.h
@@ -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 */
More information about the ffmpeg-cvslog
mailing list