Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: "Ignjatović, Lazar (RS)" <Lazar.Ignjatovic@cubic.com>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH] avformat: enable UDP IPv6 multicast interface selection
Date: Mon, 18 Mar 2024 13:45:00 +0000
Message-ID: <AS8P193MB19976D562D0910BCDD3D93E68D2D2@AS8P193MB1997.EURP193.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20240314211352.GB6420@pb2>


This message has been marked as Public on 03/18/2024 13:45Z.
On Thursday, March 14, 2024 10:14 PM, Michael Niedermayer wrote:

> breaks mingw64 build
>
> CC      libavformat/ip.o
> src/libavformat/ip.c: In function ‘ff_ip_resolve_interface_index’:
> src/libavformat/ip.c:206:1: error: control reaches end of non-void function [-Werror=return-type]  }  ^
> cc1: some warnings being treated as errors
> src/ffbuild/common.mak:81: recipe for target 'libavformat/ip.o' failed
> make: *** [libavformat/ip.o] Error 1

I see the problem, when building for windows without iphlpapi.h, mentioned function has no code within.
Will account for such case.

> also configure produces
> ../configure: 6415: ../configure: network_extralibs+= -liphlpapi: not found

Problem here is that "+=" operator is a bashism, probably causing the previous error by not including iphlpapi properly.

Some questions I have:
Should I send another patch within this thread to address these comments, or should I create a V2 of the patch?
Also, if creating a V2, should the patch be sent within this thread, or should a new thread be opened?

Thank you for your time!

Sincirely,
Lazar Ignjatović
Associate Software Engineer

Cubic Defense
cubic.com
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

  reply	other threads:[~2024-03-18 13:45 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14 12:04 Ignjatović, Lazar (RS)
2024-03-14 21:13 ` Michael Niedermayer
2024-03-18 13:45   ` Ignjatović, Lazar (RS) [this message]
2024-03-19  1:23     ` Michael Niedermayer
2024-03-20  9:28       ` [FFmpeg-devel] [PATCH v2] " Ignjatović, Lazar (RS)
2024-03-20 10:51         ` Rémi Denis-Courmont
2024-03-20 11:09           ` Ignjatović, Lazar (RS)
2024-03-20 11:29             ` Rémi Denis-Courmont
2024-03-20 11:45               ` Ignjatović, Lazar (RS)
2024-03-20 12:17                 ` Rémi Denis-Courmont
2024-03-20 12:35                   ` Ignjatović, Lazar (RS)
2024-03-21  7:26                     ` Rémi Denis-Courmont
2024-03-21 13:01                       ` Ignjatović, Lazar (RS)
2024-03-21 19:44                         ` Rémi Denis-Courmont
2024-03-22  9:31                           ` Ignjatović, Lazar (RS)
2024-03-22  9:55                             ` Rémi Denis-Courmont
2024-03-22 10:16                               ` Ignjatović, Lazar (RS)
2024-03-26 12:34                                 ` [FFmpeg-devel] [PATCH v3] avformat: enable UDP IPv6 multicast interface selection using localaddr Ignjatović, Lazar (RS)
2024-03-26 18:25                                   ` Rémi Denis-Courmont
2024-03-27  8:53                                     ` Ignjatović, Lazar (RS)
2024-03-27 15:31                                       ` Rémi Denis-Courmont
2024-03-27 15:38                                         ` [FFmpeg-devel] [PATCH v2] avformat: enable UDP IPv6 multicast interface selection using zone index Ignjatović, Lazar (RS)
2024-04-11  7:45                                         ` Ignjatović, Lazar (RS)
2024-04-11  7:50                                           ` Lynne
2024-04-11  7:58                                             ` Ignjatović, Lazar (RS)
2024-04-11 13:01                                               ` [FFmpeg-devel] [PATCH v3] " Ignjatović, Lazar (RS)
2024-04-19 10:23                                                 ` Ignjatović, Lazar (RS)
2024-04-28 18:15                                             ` [FFmpeg-devel] [PATCH v2] " Rémi Denis-Courmont
2024-04-28 20:11                                               ` Lynne
2024-04-29  7:33                                                 ` Rémi Denis-Courmont
2024-04-29  8:20                                                   ` Lynne
2024-04-29  9:56                                                     ` Rémi Denis-Courmont
2024-04-29 10:32                                                       ` Lynne
2024-04-29 11:34                                                         ` Rémi Denis-Courmont
2024-04-29 12:03                                                           ` Lynne
2024-04-29  0:01                                               ` Brad Smith
2024-03-26 12:34                                 ` [FFmpeg-devel] [PATCH] " Ignjatović, Lazar (RS)
2024-03-26 18:24                                 ` [FFmpeg-devel] [PATCH v2] avformat: enable UDP IPv6 multicast interface selection Rémi Denis-Courmont
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14  9:22 [FFmpeg-devel] [PATCH] " Ignjatović, Lazar (RS)
2024-03-14  9:52 ` epirat07
2024-03-14 11:02   ` Ignjatović, Lazar (RS)
2024-03-15 16:26 ` Rémi Denis-Courmont
2024-03-19  9:40   ` Ignjatović, Lazar (RS)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AS8P193MB19976D562D0910BCDD3D93E68D2D2@AS8P193MB1997.EURP193.PROD.OUTLOOK.COM \
    --to=lazar.ignjatovic@cubic.com \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git