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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. SUBDIRS = bitstream dct image motion prediction quant utils
  2. noinst_LTLIBRARIES = libxvid.la
  3. libxvid_la_LDFLAGS = -static
  4. AM_CFLAGS= -O3
  5. INCLUDES=-I../../include
  6. libxvid_la_SOURCES = 
  7. decoder.h 
  8. decoder.c 
  9. divx4.h 
  10. divx4.c 
  11. encoder.h 
  12. encoder.c 
  13. global.h 
  14. portab.h 
  15. xvid.h 
  16. xvid.c
  17. libxvid_la_LIBADD = 
  18. bitstream/libxvidbitstream.la 
  19. dct/libxviddct.la 
  20. image/libxvidimage.la 
  21. motion/libxvidmotion.la 
  22. prediction/libxvidprediction.la 
  23. quant/libxvidquant.la 
  24. utils/libxvidutils.la 
  25. EXTRA_DIST = 
  26. authors.txt 
  27. changelog.txt 
  28. libxvid.dsp 
  29. xvid_st.dsp