fixes for checkin 2 times ago
authorGood Guy <good1.2guy@gmail.com>
Thu, 11 Nov 2021 02:25:00 +0000 (19:25 -0700)
committerGood Guy <good1.2guy@gmail.com>
Thu, 11 Nov 2021 02:25:00 +0000 (19:25 -0700)
cinelerra-5.1/cinelerra/commercials.h
cinelerra-5.1/cinelerra/dbwindow.h
cinelerra-5.1/cinelerra/mediadb.h
cinelerra-5.1/db/tdb.h
cinelerra-5.1/plugins/livevideo/livevideo.C

index b7b815c4716cdca0fb3aa41fd22497128b0b96c9..443cf6c7236996846974f593e871c1863d9906c8 100644 (file)
@@ -1,3 +1,4 @@
+#if defined(__i386__) || defined(__x86_64__)
 #ifndef _COMMERCIALS_H_
 #define _COMMERCIALS_H_
 
@@ -202,3 +203,4 @@ public:
 
 
 #endif
+#endif /* x86 */
\ No newline at end of file
index 24a40df8c765fdd6eed99805457b37bf56c0d321..103beb6d927fbc8cef4b10d0871414027f0d2078 100644 (file)
@@ -1,3 +1,4 @@
+#if defined(__i386__) || defined(__x86_64__)
 #ifndef _DBWINDOW_H_
 #define _DBWINDOW_H_
 
@@ -296,3 +297,4 @@ public:
 
 
 #endif
+#endif /* x86 */
\ No newline at end of file
index 9bb970eed3228878f3bd173b0ad480b2aeae94d8..f55cc6b0ce699dbbf60b1af601f02187486081d7 100644 (file)
@@ -1,3 +1,4 @@
+#if defined(__i386__) || defined(__x86_64__)
 #ifndef _MEDIA_DB_H_
 #define _MEDIA_DB_H_
 
@@ -239,3 +240,4 @@ public:
 };
 
 #endif
+#endif /* x86 */
\ No newline at end of file
index 8ee88002ee2e8dc60f0e732ee82548fef14e3000..24c8617c59c33e78ee404d0006d84240ab712ed3 100644 (file)
@@ -1,3 +1,4 @@
+#if defined(__i386__) || defined(__x86_64__)
 #ifndef __DB_H__
 #define __DB_H__
 #include <cstring>
@@ -1514,3 +1515,4 @@ public:
 };
 
 #endif
+#endif /* x86 */
\ No newline at end of file
index c30034ab64001fc8c81e1a043aff88e00ad4730e..ac69ba20659f0aa99dd8dca62585fc0a5cce3f3e 100644 (file)
@@ -31,7 +31,7 @@
 #include "filexml.h"
 #include "guicast.h"
 #include "language.h"
-#if HAVE_LIBDV
+#if HAVE_DV
 #include "libdv.h"
 #endif
 #include "libmjpeg.h"