From 4ede1dcaac4f972fca39d08b4550349c433787ab Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 26 Jan 2023 11:44:41 +0100 Subject: [PATCH] Patch submitted upstream to the 0.4.x branch upon upstream request --- libvisual-c99.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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