mpeg1sys: Remove obsolete, empty directory that only contains a meson.build

This commit is contained in:
Sebastian Dröge 2016-11-16 16:15:34 +02:00
parent 2c3aa2f09c
commit ca6e47e63b
2 changed files with 0 additions and 16 deletions

View file

@ -45,8 +45,6 @@ subdir('librfb')
subdir('midi')
#did not work
#subdir('mixmatrix')
#did not work
#subdir('mpeg1sys')
subdir('mpegdemux')
subdir('mpegpsmux')
subdir('mpegtsdemux')

View file

@ -1,14 +0,0 @@
mpeg1_sources = [
'gstmpeg1systemencode.c',
'buffer.c',
'systems.c',
]
gstmpeg1systemencode = library('gstmpeg1systemencode',
mpeg1_sources,
c_args : gst_plugins_bad_args,
include_directories : [configinc],
dependencies : [gstbase_dep],
install : true,
install_dir : plugins_install_dir,
)