Patch submitted upstream to the 0.4.x branch upon upstream request

This commit is contained in:
Florian Weimer 2023-01-26 11:44:41 +01:00
parent 1df3a06d55
commit 4ede1dcaac

View File

@ -1,10 +1,10 @@
Includ "lv_cpu.h" for the visual_cpu_initialize, visual_cpu_get_sse,
Include "lv_cpu.h" for the visual_cpu_initialize, visual_cpu_get_sse,
visual_cpu_get_3dnow functions. Add a prototype for
visual_transform_init, so that it can be called before it is defined.
Upstream has switched to C++, which does not support implicit
function declarations at all, so the issue has already been fixed
there.
Submitted upstream to the 0.4.x branch:
<https://github.com/Libvisual/libvisual/pull/220>
diff --git a/libvisual/lv_libvisual.c b/libvisual/lv_libvisual.c
index 8de03ebad7d499bb..e7ef768d421aa7fa 100644