OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extralibs
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/build/make/
configure.sh
183
extralibs
="${
extralibs
} $@"
290
&& check_cmd ${LD} ${LDFLAGS} "$@" -o ${TMP_X} ${TMP_O} ${
extralibs
}
390
extralibs
= ${
extralibs
}
Makefile
191
$(qexec)$$(LD) $$(strip $$(LDFLAGS) -o $$@ $(2) $(3) $$(
extralibs
))
228
$$(filter %.o,$$?) $$(
extralibs
)
/external/libvpx/
libs.mk
187
$(BUILD_PFX)$(LIBVPX_SO):
extralibs
+= -lm -pthread
Completed in 177 milliseconds