mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
meson: remove unused mpg123 build file
mpg123 was moved to ugly.
This commit is contained in:
parent
42af2d66d8
commit
3550fb3a6a
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
mpg123_sources = [
|
||||
'gstmpg123audiodec.c',
|
||||
]
|
||||
|
||||
mpg123_dep = dependency('libmpg123', version : '>= 1.3', required : false)
|
||||
|
||||
if mpg123_dep.found()
|
||||
gstmpg123 = library('gstmpg123',
|
||||
mpg123_sources,
|
||||
c_args : gst_plugins_bad_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [gstaudio_dep, mpg123_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
endif
|
Loading…
Reference in a new issue