[FFmpeg-devel] [PATCH 2/2] configure: fix ldl dependency for new nvenc encoder names
Timo Rothenpieler
timo at rothenpieler.org
Thu Sep 1 11:13:13 EEST 2016
Am 31.08.2016 um 21:26 schrieb Michael Niedermayer:
> On Wed, Aug 31, 2016 at 04:42:54PM +0200, Timo Rothenpieler wrote:
>> ---
>> configure | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/configure b/configure
>> index e30ddd2..f2c8492 100755
>> --- a/configure
>> +++ b/configure
>> @@ -5388,7 +5388,8 @@ decklink_indev_extralibs="$decklink_indev_extralibs $ldl"
>> frei0r_filter_extralibs='$ldl'
>> frei0r_src_filter_extralibs='$ldl'
>> ladspa_filter_extralibs='$ldl'
>> -nvenc_encoder_extralibs='$ldl'
>> +h264_nvenc_encoder_extralibs='$ldl'
>> +hevc_nvenc_encoder_extralibs='$ldl'
>> coreimage_filter_extralibs="-framework QuartzCore -framework AppKit -framework OpenGL"
>> coreimagesrc_filter_extralibs="-framework QuartzCore -framework AppKit -framework OpenGL"
>
> not sure why and possibly not an issue in this patch but
> this patch causes ldl to end up twice in
> *.pc Libs:
>
I locally replaced it with just nvenc_extralibs, so that shouldn't be an
issue anymore.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160901/e17ed164/attachment.sig>
More information about the ffmpeg-devel
mailing list