/917919
Signed-off-by: Manoj Gupta
---
libavcodec/aarch64/h264idct_neon.S | 20
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/libavcodec/aarch64/h264idct_neon.S
b/libavcodec/aarch64/h264idct_neon.S
index 825ec49f8c..7de44205d3 100644
--- a/libavcodec/aarch64
On Sat, Dec 29, 2018 at 2:32 AM Carl Eugen Hoyos wrote:
>
> 2018-12-29 0:12 GMT+01:00, Manoj Gupta :
>
> > I recently had a problem building ffmpeg for AArch64 where lld
> > linker complained about text relocations in readonly segment.
> > The following patch fi
On Mon, Dec 31, 2018 at 8:31 AM Michael Niedermayer
wrote:
>
> On Fri, Dec 28, 2018 at 03:12:53PM -0800, Manoj Gupta wrote:
> > Hi All,
> >
> > I recently had a problem building ffmpeg for AArch64 where lld linker
> > complained about text relocations in readonly se
On Wed, Jan 2, 2019 at 2:33 PM Michael Niedermayer
wrote:
>
> On Wed, Jan 02, 2019 at 10:12:33AM -0800, Manoj Gupta wrote:
> > On Mon, Dec 31, 2018 at 8:31 AM Michael Niedermayer
> > wrote:
> > >
> > > On Fri, Dec 28, 2018 at 03:12:53PM -0800, Manoj Gupta wrot
Thanks a lot :-)
On Thu, Jan 3, 2019 at 1:53 PM Michael Niedermayer
wrote:
>
> On Wed, Jan 02, 2019 at 06:29:22PM -0800, Manoj Gupta wrote:
> > On Wed, Jan 2, 2019 at 2:33 PM Michael Niedermayer
> > wrote:
> > >
> > > On Wed, Jan 02, 2019 at 10:12:33AM -080