summaryrefslogtreecommitdiff
path: root/packages/media-libs/svt-hevc/svt-hevc.exlib
blob: 580bcac54fb2243c065e32cc561627f3e0e5fda1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Distributed under the terms of the GNU General Public License v2
# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>

require github [ user=OpenVisualCloud tag=v${PV} project=SVT-HEVC ]
require cmake [ api=2 ]

SUMMARY="Scalable Video Technology for HEVC Encoder (SVT-HEVC Encoder)"
LICENCES="BSD-2-Clause-Patent"
SLOT="0"

MYOPTIONS=""

CMAKE_SRC_CONFIGURE_PARAMS=(
    -DBUILD_APP=ON
    -DBUILD_SHARED_LIBS=ON
)