[FFmpeg-devel] [PATCH 2/2] configure: fix ldl dependency for new nvenc encoder names
Michael Niedermayer
michael at niedermayer.cc
Wed Aug 31 22:26:40 EEST 2016
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:
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In a rich man's house there is no place to spit but his face.
-- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160831/1c3ad26e/attachment.sig>
More information about the ffmpeg-devel
mailing list