common.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /***************************************************************************
  2.                           common.h  -  description
  3.                              -------------------
  4.     begin                : Mon Apr 9 2001
  5.     copyright            : (C) 2001 by andres
  6.     email                : dae@chez.com
  7.  ***************************************************************************/
  8. #ifndef _INTF_PLUGIN_H_
  9. #define _INTF_PLUGIN_H_
  10. #include <errno.h>
  11. #include <stdlib.h>
  12. #include <string.h>
  13. #include <stdio.h>
  14. #include <vlc/vlc.h>
  15. #include <vlc/intf.h>
  16. #endif /* _INTF_PLUGIN_H_ */