From 6b7a6f01173dacd34d22403b5367ff09802ed982 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 29 Jan 2021 10:56:21 +0100 Subject: Remove the gstreamer encoding profile test We now require the gstreamer base libs, and the base utils library always contains encoding profile support. So get rid of the feature check for this one, we can safely assume it's supported. Change-Id: I4d9d44aaed07bbc49d46c5bd03cae2662b6935e0 Reviewed-by: Doris Verria Reviewed-by: Lars Knoll --- config.tests/gstreamer_encodingprofiles/main.cpp | 37 ------------------------ 1 file changed, 37 deletions(-) delete mode 100644 config.tests/gstreamer_encodingprofiles/main.cpp (limited to 'config.tests/gstreamer_encodingprofiles/main.cpp') diff --git a/config.tests/gstreamer_encodingprofiles/main.cpp b/config.tests/gstreamer_encodingprofiles/main.cpp deleted file mode 100644 index 6bde26dff..000000000 --- a/config.tests/gstreamer_encodingprofiles/main.cpp +++ /dev/null @@ -1,37 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:GPL-EXCEPT$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 3 as published by the Free Software -** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-3.0.html. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -#define GST_USE_UNSTABLE_API - -#include -#include - -int main(int argc, char** argv) -{ - return 0; -} -- cgit v1.2.3