[FFmpeg-devel] [PATCH] compat: LoadLibrary isn't available on UWP/WinRT

2017-06-02 Thread Hugo Beauzée-Luyssen
--- compat/w32dlfcn.h | 4 1 file changed, 4 insertions(+) diff --git a/compat/w32dlfcn.h b/compat/w32dlfcn.h index bc9bb8c9f5..308763be53 100644 --- a/compat/w32dlfcn.h +++ b/compat/w32dlfcn.h @@ -71,7 +71,11 @@ exit: #ifndef LOAD_LIBRARY_SEARCH_SYSTEM32 # define LOAD_LIBRARY_SEARCH_SYS

Re: [FFmpeg-devel] [PATCH] rv34dsp: Exclude mmx for x86_64 at build time

2017-02-17 Thread Hugo Beauzée-Luyssen
On Fri, Feb 17, 2017, at 11:50 AM, Carl Eugen Hoyos wrote: > 2017-02-17 11:24 GMT+01:00 Hugo Beauzée-Luyssen : > > The function is not defined when building for x86_64 > > But it is declared unconditionally. > > How can the issue you are trying to fix be reproduced? &

[FFmpeg-devel] [PATCH] rv34dsp: Exclude mmx for x86_64 at build time

2017-02-17 Thread Hugo Beauzée-Luyssen
The function is not defined when building for x86_64 --- libavcodec/x86/rv34dsp_init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/x86/rv34dsp_init.c b/libavcodec/x86/rv34dsp_init.c index 7310122458..116beb31fc 100644 --- a/libavcodec/x86/rv34dsp_init.c +++ b/

[FFmpeg-devel] [PATCH] libavcodec: rawenc: Use the AVCodecContext pix_fmt/width/height

2016-04-04 Thread Hugo Beauzée-Luyssen
Instead of using the ones in the AVFrame which can be uninitialized --- libavcodec/rawenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/rawenc.c b/libavcodec/rawenc.c index d837056..27e4a29 100644 --- a/libavcodec/rawenc.c +++ b/libavcodec/rawenc.c @@ -60,8 +