summaryrefslogtreecommitdiffstats
path: root/config.tests/gstreamer/main.cpp
blob: 5b29e8a48abd53b2cfb66af3e3ec0ecdfa93a709 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause

#define GST_USE_UNSTABLE_API

#include <gst/gst.h>

int main(int argc, char** argv)
{
    return 0;
}