Remove GCC 4.8 workaround in libopus

This patch removes a workaround when building for ARM platforms using GCC 4.8 (which we no longer support).
This commit is contained in:
trav90 2018-06-23 19:50:16 -05:00 committed by Roy Tam
commit fea77c404b
3 changed files with 0 additions and 50 deletions

View file

@ -74,5 +74,4 @@ sed -e "s/DEFINES\['OPUS_VERSION'\][ \t]*=[ \t]*'\".*\"'/DEFINES['OPUS_VERSION']
python gen-sources.py $1
# apply outstanding local patches
patch -p3 < gcc-4.8-ICE.patch
patch -p3 < nonunified.patch