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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ###########################################################################
  2. #
  3. # Some consistent rules for building asm files:
  4. STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
  5. SUFFIXES = .asm
  6. .asm.lo:
  7. $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $<
  8. ###########################################################################
  9. noinst_LTLIBRARIES = libxvidquantx86.la
  10. libxvidquantx86_la_LDFLAGS = -static
  11. libxvidquantx86_la_SOURCES = 
  12. quantize_mmx.asm 
  13. quantize4_mmx.asm
  14. am_libxvidquantx86_la_OBJECTS = 
  15. quantize_mmx.lo 
  16. quantize4_mmx.lo