Makefile.am
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- if USE_MMX
- SUBDIRS = x86_asm
- endif
- noinst_LTLIBRARIES = libxvidquant.la
- libxvidquant_la_LDFLAGS = -static
- AM_CFLAGS= -O3
- INCLUDES=-I$(top_builddir)/include
- libxvidquant_la_SOURCES =
- adapt_quant.c
- adapt_quant.h
- quant_h263.c
- quant_h263.h
- quant_matrix.c
- quant_matrix.h
- quant_mpeg4.c
- quant_mpeg4.h
- if USE_MMX
- libxvidquant_la_LIBADD = x86_asm/libxvidquantx86.la
- endif