portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

0001-fix-smpeg-header-name.patch (592B)


      1 From 7fe1cfc106438634409edf1c26a29044424297d4 Mon Sep 17 00:00:00 2001
      2 From: Coelacanthus <coelacanthus@outlook.com>
      3 Date: Thu, 4 Mar 2021 14:09:13 +0800
      4 Subject: [PATCH 1/2] fix smpeg header name
      5 
      6 ---
      7  ONScripter.h | 2 +-
      8  1 file changed, 1 insertion(+), 1 deletion(-)
      9 
     10 diff --git a/ONScripter.h b/ONScripter.h
     11 index ce8b348..5a3c538 100644
     12 --- a/ONScripter.h
     13 +++ b/ONScripter.h
     14 @@ -32,7 +32,7 @@
     15  #include <SDL_ttf.h>
     16  #include <SDL_mixer.h>
     17  #if defined(USE_SMPEG)
     18 -#include <smpeg.h>
     19 +#include <smpeg/smpeg.h>
     20  #endif    
     21  
     22  #define DEFAULT_VIDEO_SURFACE_FLAG (SDL_SWSURFACE)
     23 -- 
     24 2.30.1
     25