fixup! Remove GCC 4.6 support
authorAntonio Gomes <a1.gomes@samsung.com>
Tue, 26 May 2015 17:47:59 +0000 (10:47 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
This is not only not needed anymore. Additionally,
it was failing to apply and wrongly removing files
from ffmpeg checkout, causing x86-64 build issues.

This reverts d047c853.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12987
Reviewed by: Karol Furmaniak, arno renevier, mohan reddy

Change-Id: I8b2fe99d131770fc76d5792516171c320c10ecac
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/build/patches/hotfix_temp_ffmepg_error.diff [deleted file]

diff --git a/tizen_src/build/patches/hotfix_temp_ffmepg_error.diff b/tizen_src/build/patches/hotfix_temp_ffmepg_error.diff
deleted file mode 100644 (file)
index 4cbe73a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/third_party/ffmpeg/libavcodec/x86/vp3dsp_init.c b/third_party/ffmpeg/libavcodec/x86/vp3dsp_init.c
-index cc3eba4..0721482 100644
---- a/third_party/ffmpeg/libavcodec/x86/vp3dsp_init.c
-+++ b/third_party/ffmpeg/libavcodec/x86/vp3dsp_init.c
-@@ -66,6 +66,7 @@ void ff_vp3_h_loop_filter_mmxext(uint8_t *src, int stride,
- #if HAVE_6REGS
- static void put_vp_no_rnd_pixels8_l2_mmx(uint8_t *dst, const uint8_t *a, const uint8_t *b, ptrdiff_t stride, int h)
- {
-+/*
- //    START_TIMER
-     MOVQ_BFE(mm6);
-     __asm__ volatile(
-@@ -94,6 +95,7 @@ static void put_vp_no_rnd_pixels8_l2_mmx(uint8_t *dst, const uint8_t *a, const u
-         :"r"((x86_reg)stride), "r"((x86_reg)3L*stride)
-         :"memory");
- //    STOP_TIMER("put_vp_no_rnd_pixels8_l2_mmx")
-+*/
- }
- #endif /*HAVE_6REGS */
- #endif /* HAVE_MMX_INLINE */