clean_ffmpeg.sh: Remove obsolete sed hack

The problematic unused #include was removed from the upstream
libavcodec/arm/fft_init_arm.c.
This commit is contained in:
Kevin Kofler 2017-06-07 19:36:42 +02:00
parent be68fdf87b
commit bf7ab1afdd
1 changed files with 0 additions and 3 deletions

View File

@ -270,9 +270,6 @@ done
mkdir -p ../tmp_ffmpeg/chromium
cp -pr chromium/config ../tmp_ffmpeg/chromium/
# unused include
sed -i -e '/synth_filter\.h/d' ../tmp_ffmpeg/libavcodec/arm/fft_init_arm.c
cd ..
rm -rf ffmpeg
mv tmp_ffmpeg ffmpeg