Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FFLIBS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/
H
A
D
Makefile
24
# $(
FFLIBS
-yes) needs to be in linking order
25
FFLIBS
-$(CONFIG_AVDEVICE) += avdevice
26
FFLIBS
-$(CONFIG_AVFILTER) += avfilter
27
FFLIBS
-$(CONFIG_AVFORMAT) += avformat
28
FFLIBS
-$(CONFIG_AVCODEC) += avcodec
29
FFLIBS
-$(CONFIG_POSTPROC) += postproc
30
FFLIBS
-$(CONFIG_SWRESAMPLE) += swresample
31
FFLIBS
-$(CONFIG_SWSCALE) += swscale
33
FFLIBS
:= avutil
macro
79
$(wildcard $(
FFLIBS
[all...]
/third_party/ffmpeg/ffbuild/
H
A
D
common.mak
165
FFLIBS
:= $($(NAME)_FFLIBS) $(
FFLIBS
-yes) $(
FFLIBS
)
macro
168
LDLIBS = $(
FFLIBS
:%=%$(BUILDSUF))
169
FFEXTRALIBS := $(LDLIBS:%=$(LD_LIB)) $(foreach lib,EXTRALIBS-$(NAME) $(
FFLIBS
:%=EXTRALIBS-%),$($(lib))) $(EXTRALIBS)
185
DEP_LIBS := $(foreach lib,$(
FFLIBS
),$(call PATH_LIBNAME,$(lib),$(CONFIG_SHARED:yes=S)))
186
STATIC_DEP_LIBS := $(foreach lib,$(
FFLIBS
),$(call PATH_LIBNAME,$(lib)))
/third_party/ffmpeg/libpostproc/
H
A
D
Makefile
3
FFLIBS
= avutil
macro
/third_party/ffmpeg/libswresample/
H
A
D
Makefile
3
FFLIBS
= avutil
macro
Completed in 2 milliseconds