• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/

Lines Matching refs:NAME

121   --disable-encoder=NAME   disable encoder NAME
122 --enable-encoder=NAME enable encoder NAME
124 --disable-decoder=NAME disable decoder NAME
125 --enable-decoder=NAME enable decoder NAME
127 --disable-hwaccel=NAME disable hwaccel NAME
128 --enable-hwaccel=NAME enable hwaccel NAME
130 --disable-muxer=NAME disable muxer NAME
131 --enable-muxer=NAME enable muxer NAME
133 --disable-demuxer=NAME disable demuxer NAME
134 --enable-demuxer=NAME enable demuxer NAME
136 --enable-parser=NAME enable parser NAME
137 --disable-parser=NAME disable parser NAME
139 --enable-bsf=NAME enable bitstream filter NAME
140 --disable-bsf=NAME disable bitstream filter NAME
142 --enable-protocol=NAME enable protocol NAME
143 --disable-protocol=NAME disable protocol NAME
145 --disable-indev=NAME disable input device NAME
146 --disable-outdev=NAME disable output device NAME
150 --enable-filter=NAME enable filter NAME
151 --disable-filter=NAME disable filter NAME
1701 FULLNAME='$(NAME)$(BUILDSUF)'
1844 NAME="${opt#--list-}"
1845 is_in $NAME $COMPONENT_LIST || die_unknown $opt
1846 NAME=${NAME%s}
1847 eval show_list $NAME \$$(toupper $NAME)_LIST
2543 SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
2548 SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
2549 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(shell echo $(NAME) | cut -c1-6)$(LIBMAJOR)$(SLIBSUF)'
2550 SLIB_CREATE_DEF_CMD='echo LIBRARY $(SLIBNAME_WITH_MAJOR) INITINSTANCE TERMINSTANCE > $(SUBDIR)$(NAME).def; \
2551 echo PROTMODE >> $(SUBDIR)$(NAME).def; \
2552 echo CODE PRELOAD MOVEABLE DISCARDABLE >> $(SUBDIR)$(NAME).def; \
2553 echo DATA PRELOAD MOVEABLE MULTIPLE NONSHARED >> $(SUBDIR)$(NAME).def; \
2554 echo EXPORTS >> $(SUBDIR)$(NAME).def; \
2555 emxexp -o $(OBJS) >> $(SUBDIR)$(NAME).def'
2556 SLIB_EXTRA_CMD='emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.a $(SUBDIR)$(NAME).def; \
2557 emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib $(SUBDIR)$(NAME).def;'
2558 SLIB_INSTALL_EXTRA_LIB='$(LIBPREF)$(NAME)_dll.a $(LIBPREF)$(NAME)_dll.lib'
3072 append SHFLAGS '-Wl,--version-script,\$(SUBDIR)lib\$(NAME).ver'