summarylogtreecommitdiffstats
path: root/0001-fix-smpeg-header-name.patch
diff options
context:
space:
mode:
authorCoelacanthus2021-03-04 14:26:45 +0800
committerCoelacanthus2021-03-04 14:26:45 +0800
commit34fa9c86994429e890ac1e9aea4b83e8d9e63a4b (patch)
tree741bef362b68c5c628ee238cbecf03678353f71c /0001-fix-smpeg-header-name.patch
parentdaf09ce62f937242dc50ba6e77ffc59930c35d9d (diff)
downloadaur-34fa9c86994429e890ac1e9aea4b83e8d9e63a4b.tar.gz
upgpkg: onscripter using CMake instead of plainmake
Diffstat (limited to '0001-fix-smpeg-header-name.patch')
-rw-r--r--0001-fix-smpeg-header-name.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-fix-smpeg-header-name.patch b/0001-fix-smpeg-header-name.patch
new file mode 100644
index 000000000000..58eddfea5a1d
--- /dev/null
+++ b/0001-fix-smpeg-header-name.patch
@@ -0,0 +1,25 @@
+From 7fe1cfc106438634409edf1c26a29044424297d4 Mon Sep 17 00:00:00 2001
+From: Coelacanthus <coelacanthus@outlook.com>
+Date: Thu, 4 Mar 2021 14:09:13 +0800
+Subject: [PATCH 1/2] fix smpeg header name
+
+---
+ ONScripter.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ONScripter.h b/ONScripter.h
+index ce8b348..5a3c538 100644
+--- a/ONScripter.h
++++ b/ONScripter.h
+@@ -32,7 +32,7 @@
+ #include <SDL_ttf.h>
+ #include <SDL_mixer.h>
+ #if defined(USE_SMPEG)
+-#include <smpeg.h>
++#include <smpeg/smpeg.h>
+ #endif
+
+ #define DEFAULT_VIDEO_SURFACE_FLAG (SDL_SWSURFACE)
+--
+2.30.1
+