Modules.am
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. # Automake forgets to add a proper tag to libtool with Objective-C files.
  2. # Moreocer Libtool should default tag to CC when none is specified but
  3. # obviously does not. Here is a fix for that.
  4. LIBTOOL=@LIBTOOL@ --tag=CC
  5. SOURCES_minimal_macosx = 
  6. intf.m 
  7. macosx.c 
  8. VLCMinimalVoutWindow.m 
  9. VLCOpenGLVoutView.m 
  10. voutgl.m 
  11. voutagl.m 
  12. $(NULL)
  13. noinst_HEADERS = 
  14. intf.h 
  15. VLCMinimalVoutWindow.h 
  16. VLCOpenGLVoutView.h 
  17. voutagl.h 
  18. voutgl.h