Makefile.am
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. if USE_MMX
  2. SUBDIRS = x86_asm
  3. endif
  4. noinst_LTLIBRARIES = libxvidquant.la
  5. libxvidquant_la_LDFLAGS = -static
  6. AM_CFLAGS= -O3
  7. INCLUDES=-I$(top_builddir)/include
  8. libxvidquant_la_SOURCES = 
  9. adapt_quant.c 
  10. adapt_quant.h 
  11. quant_h263.c 
  12. quant_h263.h 
  13. quant_matrix.c 
  14. quant_matrix.h 
  15. quant_mpeg4.c 
  16. quant_mpeg4.h
  17. if USE_MMX
  18. libxvidquant_la_LIBADD = x86_asm/libxvidquantx86.la
  19. endif