diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-28 19:28:27 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-28 19:28:27 +0530 |
commit | ad592f86b679c5fbe2baf5ecc2e5e6279f05d331 (patch) | |
tree | 0c755ceba3f36a716f4c26ebaa4fef62ed4d7826 /plugins | |
parent | 1b11ec676e003bc4d6bad11cd0357f727c0124fc (diff) |
meson: Add Autotools changes that weren't mirrored
commits:
a7d282d27256ad1d1a55afc37d1db7f60b040089
6fdb4df0f8c8a9e39f7f7cb73ab65306fb0517f5
1aceebd67f0161806dc3b4b68488d599290f283e
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/elements/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/elements/meson.build b/plugins/elements/meson.build index 76f58141f..9b0f4c8a0 100644 --- a/plugins/elements/meson.build +++ b/plugins/elements/meson.build @@ -1,6 +1,7 @@ gst_elements_sources = [ 'gstcapsfilter.c', 'gstconcat.c', + 'gstdataurisrc.c', 'gstdownloadbuffer.c', 'gstelements.c', 'gstelements_private.c', |