mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
mpeg1sys: Remove obsolete, empty directory that only contains a meson.build
This commit is contained in:
parent
2c3aa2f09c
commit
ca6e47e63b
2 changed files with 0 additions and 16 deletions
|
@ -45,8 +45,6 @@ subdir('librfb')
|
|||
subdir('midi')
|
||||
#did not work
|
||||
#subdir('mixmatrix')
|
||||
#did not work
|
||||
#subdir('mpeg1sys')
|
||||
subdir('mpegdemux')
|
||||
subdir('mpegpsmux')
|
||||
subdir('mpegtsdemux')
|
||||
|
|
|
@ -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,
|
||||
)
|
Loading…
Reference in a new issue