X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fgst%2Fcheck%2Fmeson.build;h=ff82ce783eda8f78a91ae43aca54e4e3f231b269;hb=fbbe6c646e50de5d6ad78a4964c01e5f13fe3fce;hp=34896b71c1ca897bc225d515f1719d65fde2461e;hpb=9d335a80d0df5b17f9f8b31b2c9f5f8ff0d9653a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/libs/gst/check/meson.build b/libs/gst/check/meson.build index 34896b7..ff82ce7 100644 --- a/libs/gst/check/meson.build +++ b/libs/gst/check/meson.build @@ -38,7 +38,7 @@ configure_file(input : 'libcheck/check.h.in', gst_check = shared_library('gstcheck-@0@'.format(apiversion), gst_check_sources, - c_args : gst_c_args, + c_args : gst_c_args + ['-DGST_EXPORTS'], version : libversion, soversion : soversion, install : true,