Skip to content

Commit 839716b

Browse files
committed
typo in install-script
1 parent 011b414 commit 839716b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kinesis-video-native-build/install-script

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,11 +540,11 @@ echo "Checking for yasm"
540540
fi
541541

542542
echo "Checking gst-libav in $DOWNLOADS/local/lib/"
543-
if [ ! -f $DOWNLOADS/local/lib/gstreamer-1.0/libgstlibav.so]; then
544-
if [ ! -f $DOWNLOADS/local/lib/gstreamer-1.0/libgstlibav.dylib]; then
543+
if [ ! -f $DOWNLOADS/local/lib/gstreamer-1.0/libgstlibav.so ]; then
544+
if [ ! -f $DOWNLOADS/local/lib/gstreamer-1.0/libgstlibav.dylib ]; then
545545

546546
echo "gst-libav not found. Installing"
547-
if [ ! -f $DOWNLOADS/gst-libav-1.12.4.tar.xz]; then
547+
if [ ! -f $DOWNLOADS/gst-libav-1.12.4.tar.xz ]; then
548548
cd $DOWNLOADS
549549
curl -L "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.12.4.tar.xz" -o "gst-libav-1.12.4.tar.xz"
550550
fi

0 commit comments

Comments
 (0)