video: Rename video_color_transfer to video_transfer_function
[platform/upstream/gstreamer.git] / meson.build
index bbe2615..6de8787 100644 (file)
@@ -1,6 +1,6 @@
 project('gst-plugins-base', 'c',
-  version : '1.17.2.1',
-  meson_version : '>= 0.48',
+  version : '1.19.0.1',
+  meson_version : '>= 0.54',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
 
@@ -423,6 +423,7 @@ if find_program('xgettext', required : get_option('nls')).found()
   subdir('po')
 endif
 subdir('docs')
+subdir('scripts')
 
 if have_orcc
   update_orc_dist_files = find_program('scripts/update-orc-dist-files.py')