Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-09-13 18:46:29 +02:00 committed by GitHub
parent a658440e17
commit a7514b5177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ elif [ "$STEP" == "ffmpeg" ]; then
cd $SRC/ffmpeg
patch -N -p1 -i ../../patches/0001-dynamic-loading-of-shared-fdk-aac-library.patch
#patch -N -p0 -i ../../patches/0002-patch-ffmpeg-to-new-fdk-api.patch
patch -N -p0 -i ../../patches/0002-patch-ffmpeg-to-new-fdk-api.patch
echo "### Compiling FFMpeg ..."
cd $SRC/ffmpeg