[FFmpeg-devel] [PATCH] configure: fix assignment of assembler specific flags

James Almer jamrial at gmail.com
Fri Jun 23 23:56:03 EEST 2017


On 6/23/2017 5:31 PM, Michael Niedermayer wrote:
> On Fri, Jun 23, 2017 at 12:25:00PM -0300, James Almer wrote:
>> If the first assembler to be probed is an old nasm build, X86ASM_DEPFLAGS
>> will be set and remain so after yasm is ultimately used as fallback.
>> This results in yasm being called with said nasm specific flags and failing
>> during actual object assembly but not with configure sanity checks.
>>
>> Regression since 5cae5a1defa360da076365a786093a749d1ddf4e
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  configure | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> seems to fix netbsd build
> 
> thx

Pushed, thanks.


More information about the ffmpeg-devel mailing list