⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 完整的RTP RTSP代码库
💻 AM
字号:
libdir = @PLAYER_PLUGIN_DIR@lib_LTLIBRARIES = mp3_plugin.lamp3_plugin_la_LDFLAGS = -modulemp3_plugin_la_SOURCES = \	mp3if.cpp \	mp3if.h \	mp3_file.cpp \	mp3_file.h \	MPEGaudio.cpp		\	bitwindow.cpp		\	filter.cpp		\	filter_2.cpp		\	huffmantable.cpp	\	mpeglayer1.cpp		\	mpeglayer2.cpp		\	mpeglayer3.cpp		\	mpegtable.cpp		\	mpegtoraw.cpp           \	ourmpegaudio.cpp \	MPEGaction.h \	MPEGaudio.h \	MPEGerror.h \	MPEGfilter.h \	MPEGring.hif HAVE_ID3_TAG   ID3_LIBS=-lid3 -lzelse   ID3_LIBS=endifmp3_plugin_la_LIBADD = \	-lm $(ID3_LIBS) \	$(top_builddir)/lib/fposrec/libmpeg4ip_fposrec.laINCLUDES = -I$(top_srcdir)/player/src -I$(top_srcdir)/player/lib -I$(top_srcdir)/player/lib/audio -I$(top_srcdir)/common/video/mpeg4 -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/mp4v2 -I$(top_srcdir)/lib/sdp -I$(top_srcdir)/lib/utilsAM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@EXTRA_DIST = mp3_plugin60.dsp mp3_plugin.vcproj

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -