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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. noinst_LTLIBRARIES = libfaad.la
  2. libfaad_la_LDFLAGS = -static
  3. libfaad_la_SOURCES = 
  4. bits.c 
  5. block.c 
  6. config.c 
  7. decdata.c 
  8. decoder.c 
  9. dolby_adapt.c 
  10. fastfft.c 
  11. huffdec.c 
  12. huffinit.c 
  13. hufftables.c 
  14. intensity.c 
  15. monopred.c 
  16. nok_lt_prediction.c 
  17. pns.c 
  18. stereo.c 
  19. tns.c 
  20. transfo.c 
  21. util.c 
  22. all.h 
  23. bits.h 
  24. block.h 
  25. fastfft.h 
  26. interface.h 
  27. kbd_win.h 
  28. monopred.h 
  29. nok_lt_prediction.h 
  30. nok_ltp_common.h 
  31. nok_ltp_common_internal.h 
  32. port.h 
  33. tns.h 
  34. transfo.h
  35. util.h
  36. INCLUDES = -I$(top_srcdir)/include
  37. AM_CFLAGS = -O2 -Werror -Wall -fexceptions 
  38. EXTRA_DIST = COPYING libfaad60.dsp libfaad60.dsw README