From 4ca5f5a56b839681ce33919f6bdabb817a645a57 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sun, 15 May 2022 08:30:08 +0000
Subject: [PATCH 4/4] TDB is linux-specific

---
 cinelerra-5.1/db/tdb.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cinelerra-5.1/db/tdb.h b/cinelerra-5.1/db/tdb.h
index 24c8617c..b746b640 100644
--- a/cinelerra-5.1/db/tdb.h
+++ b/cinelerra-5.1/db/tdb.h
@@ -1,4 +1,5 @@
 #if defined(__i386__) || defined(__x86_64__)
+#if defined (__linux__)
 #ifndef __DB_H__
 #define __DB_H__
 #include <cstring>
@@ -1515,4 +1516,5 @@ public:
 };
 
 #endif
+#endif // linux
 #endif /* x86 */
\ No newline at end of file
-- 
2.35.1

