Project

General

Profile

Bug #3576

Missing compile argument from Makefile.ffmpeg

Added by MinGyoon Woo over 8 years ago. Updated over 8 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2016-02-18
Due date:
% Done:

0%

Estimated time:
Found in version:
4.1-1528
Affected Versions:

Description

Configure script in Makefile.ffmpeg for build the ffmpeg_static.
I found the missing arguments about VDPAU and NVENC.
Both options set the EXTRAARG environment variables for FFMPEG build.

But configure script in Makefile.ffmpeg missing the handler for merge ${EXTRAARG} variable.

I belive last part of Makefile.ffmpeg (configure for ffmpeg) need the following line.
Add to under of '--disable-shared \'

=========

$(foreach extra,$(EXTRAARG), $(extra)) \

=========

Thanks,

History

#1

Updated by Jaroslav Kysela over 8 years ago

  • Status changed from New to Fixed

Fixed in master. Thanks for this report.

Also available in: Atom PDF