unicapgtk_version.h
上传用户:shyika
上传日期:2017-11-25
资源大小:1227k
文件大小:0k
源码类别:

视频捕捉/采集

开发平台:

Unix_Linux

  1. #ifndef __UNICAPGTK_VERSION_H__
  2. #define __UNICAPGTK_VERSION_H__
  3. #define UNICAPGTK_MAJOR_VERSION 0
  4. #define UNICAPGTK_MINOR_VERSION 2
  5. #define UNICAPGTK_MICRO_VERSION 19
  6. extern const unsigned int unicapgtk_major_version;
  7. extern const unsigned int unicapgtk_minor_version;
  8. extern const unsigned int unicapgtk_micro_version;
  9. #endif//__UNICAPGTK_VERSION_H__