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.
1 parent c502c51 commit dbe171eCopy full SHA for dbe171e
install-ffmpeg-4_4.sh
@@ -252,7 +252,8 @@ sudo cp target/x86_64-unknown-linux-gnu/release/rav1e.h $BUILD_PATH/include/
252
sudo cp -r target/x86_64-unknown-linux-gnu/release/rav1e $BUILD_PATH/include/
253
sudo cp target/x86_64-unknown-linux-gnu/release/rav1e.pc $BUILD_PATH/lib/pkgconfig/
254
sudo cp target/x86_64-unknown-linux-gnu/release/librav1e.* $BUILD_PATH/lib/
255
-sudo ln -s $BUILD_PATH/lib/librav1e.so $BUILD_PATH/lib/librav1e.so.0
+cd $BUILD_PATH/lib || fail
256
+sudo ln -s librav1e.so librav1e.so.0
257
258
# Install dependencies for GPU: ffnvcodec
259
msg "Install the newest ffnvcodec."
0 commit comments