$OpenBSD$
--- indra/newview/moviemaker.h.orig	Thu Mar 22 01:35:08 2007
+++ indra/newview/moviemaker.h	Sat Mar 24 22:20:47 2007
@@ -121,7 +121,7 @@ public:
     bool Snap();
 };
 	
-#elif LL_LINUX
+#elif LL_LINUX || defined(__OpenBSD__)
 // *FIX: we need a working implementation on linux.
 class MovieMaker {
 public:
@@ -133,7 +133,8 @@ public:
     void EndCapture() {}
     bool Snap() { return false; }
 };
-
+#else
+#error Define Movie Maker for your platform
 #endif
 
 #endif
