update opencv_build so it works with ffmpeg 5
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mediadb.h
index 71e96bfbbc4d3170f7c24145414a40fc5c85d5a8..3b816c4ed55a01f69b6de0ba487a7aefc67e4bc1 100644 (file)
@@ -1,4 +1,5 @@
-#ifdef __I386__ || __x86-64__
+#if defined(__i386__) || defined(__x86_64__)
+#if defined (__linux__)
 #ifndef _MEDIA_DB_H_
 #define _MEDIA_DB_H_
 
@@ -240,4 +241,5 @@ public:
 };
 
 #endif
+#endif // linux
 #endif /* x86 */
\ No newline at end of file