a few more bsd building mods from Andrew
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / commercials.h
index 7869c3c3e2e1099c74ac6d1986590357aa32770c..9fc8df5dd09f88fb9bd8da49da8096603202be2a 100644 (file)
@@ -1,4 +1,5 @@
-#ifdef __I386__ || __x86-64__
+#if defined(__i386__) || defined(__x86_64__)
+#if defined (__linux__)
 #ifndef _COMMERCIALS_H_
 #define _COMMERCIALS_H_
 
@@ -203,4 +204,5 @@ public:
 
 
 #endif
+#endif // linux
 #endif /* x86 */
\ No newline at end of file