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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. libdir = @PLAYER_PLUGIN_DIR@
  2. lib_LTLIBRARIES = mp3_plugin.la
  3. mp3_plugin_la_LDFLAGS = -module
  4. mp3_plugin_la_SOURCES = 
  5. mp3if.cpp 
  6. mp3if.h 
  7. mp3_file.cpp 
  8. mp3_file.h
  9. mp3_plugin_la_LIBADD = 
  10. -lm 
  11. $(top_builddir)/player/lib/audio/mp3/libourmp3.la 
  12. $(top_builddir)/player/lib/audio/mp3util/libmp3utils.la 
  13. $(top_builddir)/lib/fposrec/libfposrec.la
  14. noinst_LTLIBRARIES = libmp3.la
  15. libmp3_la_LDFLAGS = -static
  16. libmp3_la_SOURCES = 
  17. mp3_rtp_bytestream.cpp 
  18. mp3_rtp_bytestream.h
  19. INCLUDES = -I.. -I../..  -I../../../lib -I../../../lib/audio -I$(top_srcdir)/lib/SDL/include -I../../../../common/video/mpeg4 -I../../../../include -I../../../../lib -I$(top_builddir)/lib/mp4v2
  20. AM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@
  21. AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@
  22. EXTRA_DIST = mp3_plugin60.dsp