meson: remove unused mpg123 build file

mpg123 was moved to ugly.
This commit is contained in:
Tim-Philipp Müller 2016-08-21 16:21:07 +01:00
parent 42af2d66d8
commit 3550fb3a6a

View file

@ -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