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

📄 makefile.am

📁 mediastreamer2是开源的网络传输媒体流的库
💻 AM
字号:
## Process this file with automake to produce Makefile.inINCLUDES = -I$(top_srcdir)/include noinst_PROGRAMS = dump_video $(BUILDABLE_EXAMPLES)# possible contents of BUILDABLE_EXAMPLES:EXTRA_PROGRAMS = player_example encoder_exampleAM_CFLAGS = $(OGG_CFLAGS)LDADD = ../lib/libtheora.la $(OGG_LIBS)dump_video_SOURCES = dump_video.cEXTRA_dump_video_SOURCES = getopt.c getopt1.c getopt.hdump_video_LDADD = $(GETOPT_OBJS) $(LDADD)dump_video_DEPENDENCIES = $(GETOPT_OBJS)player_example_SOURCES = player_example.cplayer_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)encoder_example_SOURCES = encoder_example.cEXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.hencoder_example_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS)encoder_example_LDADD = $(GETOPT_OBJS) $(LDADD) $(VORBIS_LIBS) $(VORBISENC_LIBS)encoder_example_DEPENDENCIES = $(GETOPT_OBJS)debug:	$(MAKE) all CFLAGS="@DEBUG@"profile:	$(MAKE) all CFLAGS="@PROFILE@"

⌨️ 快捷键说明

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