* [FFmpeg-devel] [PATCH] avformat/mxfdec: add avlanguage dependency
@ 2022-02-05 12:59 Zane van Iperen
2022-02-05 21:55 ` Andreas Rheinhardt
2022-02-07 15:11 ` Tomas Härdin
0 siblings, 2 replies; 3+ messages in thread
From: Zane van Iperen @ 2022-02-05 12:59 UTC (permalink / raw)
To: ffmpeg-devel
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3dc6a479cc..6566e40cac 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -374,7 +374,7 @@ OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o
OBJS-$(CONFIG_MUSX_DEMUXER) += musx.o
OBJS-$(CONFIG_MV_DEMUXER) += mvdec.o
OBJS-$(CONFIG_MVI_DEMUXER) += mvi.o
-OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o mxf.o
+OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o mxf.o avlanguage.o
OBJS-$(CONFIG_MXF_MUXER) += mxfenc.o mxf.o avc.o
OBJS-$(CONFIG_MXG_DEMUXER) += mxg.o
OBJS-$(CONFIG_NC_DEMUXER) += ncdec.o
--
2.33.1
_______________________________________________
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".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] avformat/mxfdec: add avlanguage dependency
2022-02-05 12:59 [FFmpeg-devel] [PATCH] avformat/mxfdec: add avlanguage dependency Zane van Iperen
@ 2022-02-05 21:55 ` Andreas Rheinhardt
2022-02-07 15:11 ` Tomas Härdin
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Rheinhardt @ 2022-02-05 21:55 UTC (permalink / raw)
To: ffmpeg-devel
Zane van Iperen:
> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
> ---
> libavformat/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index 3dc6a479cc..6566e40cac 100644
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefile
> @@ -374,7 +374,7 @@ OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o
> OBJS-$(CONFIG_MUSX_DEMUXER) += musx.o
> OBJS-$(CONFIG_MV_DEMUXER) += mvdec.o
> OBJS-$(CONFIG_MVI_DEMUXER) += mvi.o
> -OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o mxf.o
> +OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o mxf.o avlanguage.o
> OBJS-$(CONFIG_MXF_MUXER) += mxfenc.o mxf.o avc.o
> OBJS-$(CONFIG_MXG_DEMUXER) += mxg.o
> OBJS-$(CONFIG_NC_DEMUXER) += ncdec.o
LGTM.
(Seems like this landed (in 47c4df2203f) right after I checked all the
(de)muxers and codecs for missing dependencies.)
- Andreas
_______________________________________________
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".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] avformat/mxfdec: add avlanguage dependency
2022-02-05 12:59 [FFmpeg-devel] [PATCH] avformat/mxfdec: add avlanguage dependency Zane van Iperen
2022-02-05 21:55 ` Andreas Rheinhardt
@ 2022-02-07 15:11 ` Tomas Härdin
1 sibling, 0 replies; 3+ messages in thread
From: Tomas Härdin @ 2022-02-07 15:11 UTC (permalink / raw)
To: FFmpeg development discussions and patches
lör 2022-02-05 klockan 22:59 +1000 skrev Zane van Iperen:
> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
> ---
> libavformat/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index 3dc6a479cc..6566e40cac 100644
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefile
> @@ -374,7 +374,7 @@ OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o
> OBJS-$(CONFIG_MUSX_DEMUXER) += musx.o
> OBJS-$(CONFIG_MV_DEMUXER) += mvdec.o
> OBJS-$(CONFIG_MVI_DEMUXER) += mvi.o
> -OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o mxf.o
> +OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o mxf.o
> avlanguage.o
> OBJS-$(CONFIG_MXF_MUXER) += mxfenc.o mxf.o avc.o
> OBJS-$(CONFIG_MXG_DEMUXER) += mxg.o
> OBJS-$(CONFIG_NC_DEMUXER) += ncdec.o
Looks OK
/Tomas
_______________________________________________
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".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-07 15:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05 12:59 [FFmpeg-devel] [PATCH] avformat/mxfdec: add avlanguage dependency Zane van Iperen
2022-02-05 21:55 ` Andreas Rheinhardt
2022-02-07 15:11 ` Tomas Härdin
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