File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kinesis-video-native-build Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -540,11 +540,11 @@ echo "Checking for yasm"
540540fi
541541
542542echo " 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
You can’t perform that action at this time.
0 commit comments