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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. libdir = @PLAYER_PLUGIN_DIR@
  2. lib_LTLIBRARIES = celp_plugin.la
  3. celp_plugin_la_LDFLAGS = -module
  4. celp_plugin_la_SOURCES = 
  5. celp.cpp celp.h
  6. celp_plugin_la_LIBADD = 
  7. -lm 
  8. $(top_srcdir)/player/lib/audio/celp/BS/libcelpbs.la 
  9. $(top_srcdir)/player/lib/audio/celp/dec/libcelp.la 
  10. INCLUDES = -I$(top_srcdir)/player/src -I$(top_srcdir)/player/lib -I$(top_srcdir)/lib/SDL/include -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/player/lib/audio/celp -I$(top_srcdir)/player/lib/audio/celp/BS -I$(top_srcdir)/player/lib/audio/celp/dec -I$(top_srcdir)/player/lib/audio/celp/include -I$(top_srcdir)/lib/mp4av
  11. AM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@
  12. AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@
  13. EXTRA_DIST = celp_file.cpp celp_plugin.dsp