diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-24 15:43:07 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-24 15:43:07 -0400 |
commit | ba0e1df657d98f6a621e841e4daa54bc059548eb (patch) | |
tree | 57c0c083afba901a56679a060bd3a168fc3f56ba /ext/mpeg2enc | |
parent | d53da4588699ef37c8776fa85f13bbf2a08d8594 (diff) |
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).
Diffstat (limited to 'ext/mpeg2enc')
-rw-r--r-- | ext/mpeg2enc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mpeg2enc/meson.build b/ext/mpeg2enc/meson.build index 670015bca..358cfba9a 100644 --- a/ext/mpeg2enc/meson.build +++ b/ext/mpeg2enc/meson.build @@ -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, |