mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
real: Remove empty directory
This commit is contained in:
parent
ca6e47e63b
commit
734d98eaf1
2 changed files with 0 additions and 16 deletions
|
@ -62,8 +62,6 @@ subdir('onvif')
|
||||||
subdir('pcapparse')
|
subdir('pcapparse')
|
||||||
subdir('pnm')
|
subdir('pnm')
|
||||||
subdir('rawparse')
|
subdir('rawparse')
|
||||||
#did not work
|
|
||||||
#subdir('real')
|
|
||||||
subdir('removesilence')
|
subdir('removesilence')
|
||||||
#did not work
|
#did not work
|
||||||
#subdir('rtjpeg')
|
#subdir('rtjpeg')
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
real_sources = [
|
|
||||||
'gstrealvideodec.c',
|
|
||||||
'gstrealaudiodec.c',
|
|
||||||
'gstreal.c',
|
|
||||||
]
|
|
||||||
|
|
||||||
gstreal = library('gstreal',
|
|
||||||
real_sources,
|
|
||||||
c_args : gst_plugins_bad_args,
|
|
||||||
include_directories : [configinc],
|
|
||||||
dependencies : [gstbase_dep, gstaudio_dep],
|
|
||||||
install : true,
|
|
||||||
install_dir : plugins_install_dir,
|
|
||||||
)
|
|
Loading…
Reference in a new issue