projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
videocodectestsink: Add YUV422 support
[platform/upstream/gstreamer.git]
/
subprojects
/
gst-plugins-bad
/
gst
/
adpcmenc
/
meson.build
1
gstadpcmenc_sources = [
2
'adpcmenc.c'
3
]
4
5
gstadpcmenc = library('gstadpcmenc',
6
gstadpcmenc_sources,
7
c_args : gst_plugins_bad_args,
8
include_directories : [configinc],
9
dependencies : [gstbase_dep, gstaudio_dep],
10
install : true,
11
install_dir : plugins_install_dir,
12
)
13
plugins += [gstadpcmenc]