We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pwd
1 parent e64bb55 commit b18a5b5Copy full SHA for b18a5b5
third-party/svt.cmd
@@ -10,10 +10,10 @@ git clone -b v1.2.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
10
cd SVT-AV1
11
cd Build/linux
12
13
-./build.sh release static no-dec no-apps prefix=`pwd`/install install
+./build.sh release static no-dec no-apps prefix=$(pwd)/install install
14
cd ../../..
15
16
echo ""
17
echo "----- NOTE ----"
18
echo "Please add the path to the pkg-config file to your PKG_CONFIG_PATH, like this:"
19
-echo "export PKG_CONFIG_PATH=\$PKG_CONFIG_PATH:`pwd`/SVT-AV1/Build/linux/install/lib/pkgconfig"
+echo "export PKG_CONFIG_PATH=\$PKG_CONFIG_PATH:$(pwd)/SVT-AV1/Build/linux/install/lib/pkgconfig"
0 commit comments