From 27055da9946afa73450586e703cea1823f4b78f3 Mon Sep 17 00:00:00 2001 From: dbalatoni13 Date: Tue, 12 Nov 2024 04:37:37 +0100 Subject: [PATCH 1/2] Fixed the path of thp --- src/{ => dolphin}/thp/THPAudio.c | 0 src/{ => dolphin}/thp/THPDec.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => dolphin}/thp/THPAudio.c (100%) rename src/{ => dolphin}/thp/THPDec.c (100%) diff --git a/src/thp/THPAudio.c b/src/dolphin/thp/THPAudio.c similarity index 100% rename from src/thp/THPAudio.c rename to src/dolphin/thp/THPAudio.c diff --git a/src/thp/THPDec.c b/src/dolphin/thp/THPDec.c similarity index 100% rename from src/thp/THPDec.c rename to src/dolphin/thp/THPDec.c From 13b6c32c8ff546787fe9659bdaf019b82f250b6e Mon Sep 17 00:00:00 2001 From: dbalatoni13 Date: Tue, 12 Nov 2024 04:39:47 +0100 Subject: [PATCH 2/2] Update the path of thp in configure.py --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index a27cc629..7c6f1fe0 100644 --- a/configure.py +++ b/configure.py @@ -615,8 +615,8 @@ config.libs = [ "cflags": cflags_thp, "host": False, "objects": [ - Object(Matching, "thp/THPDec.c"), - Object(NonMatching, "thp/THPAudio.c"), + Object(Matching, "dolphin/thp/THPDec.c"), + Object(NonMatching, "dolphin/thp/THPAudio.c"), ], }, {