Compile modules based on HAVE_* features
[geeqie.git] / src / image-load-ffmpegthumbnailer.h
index 56ebe38..cb56b97 100644 (file)
 #ifndef IMAGE_LOAD_FT_H
 #define IMAGE_LOAD_FT_H
 
-#include <config.h>
-
-#if HAVE_FFMPEGTHUMBNAILER
 #include <memory>
 
 struct ImageLoaderBackend;
 
 std::unique_ptr<ImageLoaderBackend> get_image_loader_backend_ft();
-#endif
 
-#endif
+#endif /* IMAGE_LOAD_FT_H */
 
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */