diff --git a/libvisual-c99.patch b/libvisual-c99.patch index 596ff09..447e25f 100644 --- a/libvisual-c99.patch +++ b/libvisual-c99.patch @@ -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: + + diff --git a/libvisual/lv_libvisual.c b/libvisual/lv_libvisual.c index 8de03ebad7d499bb..e7ef768d421aa7fa 100644