浏览代码

libobs/graphics: gs_query_dmabuf_* on FreeBSD too

obiwac 3 年之前
父节点
当前提交
cedd8b9d15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libobs/graphics/graphics.h

+ 1 - 1
libobs/graphics/graphics.h

@@ -936,7 +936,7 @@ EXPORT gs_stagesurf_t *gs_stagesurface_create_nv12(uint32_t width,
 EXPORT void gs_register_loss_callbacks(const struct gs_device_loss *callbacks);
 EXPORT void gs_unregister_loss_callbacks(void *data);
 
-#elif __linux__
+#elif defined(__linux__) || defined(__FreeBSD__)
 
 EXPORT gs_texture_t *gs_texture_create_from_dmabuf(
 	unsigned int width, unsigned int height, uint32_t drm_format,