label edit deadlock, build openexr cfg option, code cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileexr.C
index a62b1b3c6dbc2f6ef4530080cc3324f11b3620b6..ca0c879f91b332603b4a91faea18594281a500da 100644 (file)
@@ -19,6 +19,8 @@
  *
  */
 
+#ifdef HAVE_OPENEXR
+
 #include "asset.h"
 #include "bcsignals.h"
 #include "clip.h"
@@ -662,3 +664,4 @@ int EXRCompressionItem::handle_event()
        return 0;
 }
 
+#endif