summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/ppsspp/files/ppsspp-ffmpeg-x86.patch')
-rw-r--r--games-emulation/ppsspp/files/ppsspp-ffmpeg-x86.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/ppsspp/files/ppsspp-ffmpeg-x86.patch b/games-emulation/ppsspp/files/ppsspp-ffmpeg-x86.patch
deleted file mode 100644
index c9e755ddba67..000000000000
--- a/games-emulation/ppsspp/files/ppsspp-ffmpeg-x86.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ffmpeg/linux_x86.sh.orig 2016-01-04 21:44:11.540084990 +0800
-+++ ffmpeg/linux_x86.sh 2016-01-04 21:44:56.560085770 +0800
-@@ -72,7 +72,7 @@
- ./configure \
- --prefix=./linux/${ARCH} \
- ${GENERAL} \
-- --extra-cflags="-D__STDC_CONSTANT_MACROS -O3" \
-+ --extra-cflags="-D__STDC_CONSTANT_MACROS -O2" \
- --enable-zlib \
- --disable-yasm \
- --disable-everything \