mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Add missing include path for gst/glib-compat-prive.h
This fixes build failure in mplex and mpeg2enc plugins and most likely in kate plugin (untested).
This commit is contained in:
parent
d53da45886
commit
ba0e1df657
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ if kate_dep.found()
|
|||
kate_sources,
|
||||
c_args : gst_plugins_bad_args,
|
||||
link_args : noseh_link_args,
|
||||
include_directories : [configinc],
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gstbase_dep, gstvideo_dep, gsttag_dep, kate_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir)
|
||||
|
|
|
@ -10,7 +10,7 @@ if mjpegtools_dep.found()
|
|||
'gstmpeg2encpicturereader.cc',
|
||||
cpp_args : gst_plugins_bad_args + ['-DGST_MJPEGTOOLS_API=' + mjpegtools_api],
|
||||
link_args : noseh_link_args,
|
||||
include_directories : [configinc],
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gstvideo_dep, mjpegtools_dep, mpeg2enc_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
|
|
|
@ -9,7 +9,7 @@ if mjpegtools_dep.found()
|
|||
'gstmplexoutputstream.cc',
|
||||
cpp_args : gst_plugins_bad_args + ['-DGST_MJPEGTOOLS_API=' + mjpegtools_api],
|
||||
link_args : noseh_link_args,
|
||||
include_directories : [configinc],
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gstaudio_dep, mjpegtools_dep, mplex2_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
|
|
Loading…
Reference in a new issue