Re: [FFmpeg-devel] How to wire asm to the makefile

2018-07-09 Thread Book Moons
Cleaning the build folder did the trick. Hadn't even thought of it. Prior builds had an exploratory C version. Appreciate it. On July 9, 2018 4:49 PM, James Almer wrote: > On 7/9/2018 1:29 AM, Book Moons wrote: > > > Hello, > > > > I have a Power optimized function in asm for an upcoming patc

Re: [FFmpeg-devel] How to wire asm to the makefile

2018-07-09 Thread James Almer
On 7/9/2018 1:29 AM, Book Moons wrote: > Hello, > > I have a Power optimized function in asm for an upcoming patch. Having some > trouble figuring out how to wire it up to the makefiles / build system. Are > there any docs on how to do that? > > The only other example of Power asm seems to be l

Re: [FFmpeg-devel] How to wire asm to the makefile

2018-07-08 Thread Book Moons
(Those *_altivec files in libswscale are C code with intrinsics) ‐‐‐ Original Message ‐‐‐ On July 9, 2018 12:29 AM, Book Moons wrote: > Hello, > > I have a Power optimized function in asm for an upcoming patch. Having some > trouble figuring out how to wire it up to the makefiles / bu

[FFmpeg-devel] How to wire asm to the makefile

2018-07-08 Thread Book Moons
Hello, I have a Power optimized function in asm for an upcoming patch. Having some trouble figuring out how to wire it up to the makefiles / build system. Are there any docs on how to do that? The only other example of Power asm seems to be libavcodec/ppc/fft_altivec.S. That's simply appended