Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-08-10 22:25:40 +02:00 committed by GitHub
parent 91de38ea35
commit 8170bd5582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,11 @@ elif [ "$STEP" == "ffmpeg" ]; then
then
patch -N -p1 -i ../../patches/0001-dynamic-loading-of-shared-fdk-aac-library.patch
fi
patch -N -p0 --dry-run --silent -i ../../patches/0002-set-matroska-timebase-to-one-microsecond.patch
if [ $? -eq 0 ];
then
patch -N -p0 -i ../../patches/0002-set-matroska-timebase-to-one-microsecond.patch
fi
echo "### Compiling FFMpeg ..."
cd $SRC/ffmpeg