diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-09-05 11:30:43 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-09-05 12:13:03 -0300 |
commit | 16f971226df1980b58ebde330123debaaf3b53d0 (patch) | |
tree | 301c8a8125902e63488fb78150d729a6ffcb02f5 /config.h.meson | |
parent | df995fad7be0bbd596a8266a3af9b616940b0244 (diff) |
Add support for Meson as alternative/parallel build system
https://github.com/mesonbuild/meson
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson new file mode 100644 index 0000000..d617557 --- /dev/null +++ b/config.h.meson @@ -0,0 +1,10 @@ +#mesondefine PACKAGE +#mesondefine VERSION +#mesondefine GST_PACKAGE_NAME +#mesondefine PACKAGE_NAME +#mesondefine GST_API_VERSION +#mesondefine PLUGINDIR +#mesondefine PY_LIB_LOC +#mesondefine PY_ABI_FLAGS +#mesondefine PY_LIB_SUFFIX +#mesondefine PYTHON_VERSION |