fdkaac: Add meson.build
This commit is contained in:
parent
33a93a66c8
commit
2bcb928e30
12
ext/fdkaac/meson.build
Normal file
12
ext/fdkaac/meson.build
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
fdkaac_dep = dependency('fdk-aac', required : false)
|
||||||
|
|
||||||
|
if fdkaac_dep.found()
|
||||||
|
gstfdkaac = library('gstfdkaac',
|
||||||
|
['plugin.c', 'gstfdkaacenc.c', 'gstfdkaacdec.c'],
|
||||||
|
c_args : gst_plugins_bad_args,
|
||||||
|
include_directories : [configinc],
|
||||||
|
dependencies : [gstaudio_dep, gstpbutils_dep, fdkaac_dep],
|
||||||
|
install : true,
|
||||||
|
install_dir : plugins_install_dir,
|
||||||
|
)
|
||||||
|
endif
|
@ -12,6 +12,7 @@ subdir('dtls')
|
|||||||
subdir('dts')
|
subdir('dts')
|
||||||
subdir('faac')
|
subdir('faac')
|
||||||
subdir('faad')
|
subdir('faad')
|
||||||
|
subdir('fdkaac')
|
||||||
subdir('flite')
|
subdir('flite')
|
||||||
subdir('fluidsynth')
|
subdir('fluidsynth')
|
||||||
subdir('gl')
|
subdir('gl')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user