* [FFmpeg-devel] [PATCH] lavf/vf_scale: Add framesync dependency to Makefile
@ 2024-05-07 21:04 Frank Plowman
2024-05-07 21:10 ` Frank Plowman
0 siblings, 1 reply; 2+ messages in thread
From: Frank Plowman @ 2024-05-07 21:04 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Frank Plowman
Since e82a3997cdd6c0894869b33ba42430ac3c57fb3b, the scale filter has
depended on FFFrameSync. Reflect this in the Makefile, fixing compile
errors under some configurations.
Signed-off-by: Frank Plowman <post@frankplowman.com>
---
libavfilter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 8571e9e2af..5f80900a53 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -455,7 +455,7 @@ OBJS-$(CONFIG_ROBERTS_OPENCL_FILTER) += vf_convolution_opencl.o opencl.o
opencl/convolution.o
OBJS-$(CONFIG_ROTATE_FILTER) += vf_rotate.o
OBJS-$(CONFIG_SAB_FILTER) += vf_sab.o
-OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale_eval.o
+OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale_eval.o framesync.o
OBJS-$(CONFIG_SCALE_CUDA_FILTER) += vf_scale_cuda.o scale_eval.o \
vf_scale_cuda.ptx.o cuda/load_helper.o
OBJS-$(CONFIG_SCALE_NPP_FILTER) += vf_scale_npp.o scale_eval.o
--
2.44.0
_______________________________________________
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] 2+ messages in thread
* Re: [FFmpeg-devel] [PATCH] lavf/vf_scale: Add framesync dependency to Makefile
2024-05-07 21:04 [FFmpeg-devel] [PATCH] lavf/vf_scale: Add framesync dependency to Makefile Frank Plowman
@ 2024-05-07 21:10 ` Frank Plowman
0 siblings, 0 replies; 2+ messages in thread
From: Frank Plowman @ 2024-05-07 21:10 UTC (permalink / raw)
To: ffmpeg-devel
On 07/05/2024 22:04, Frank Plowman wrote:
> Since e82a3997cdd6c0894869b33ba42430ac3c57fb3b, the scale filter has
> depended on FFFrameSync. Reflect this in the Makefile, fixing compile
> errors under some configurations.
>
> Signed-off-by: Frank Plowman <post@frankplowman.com>
> ---
> libavfilter/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index 8571e9e2af..5f80900a53 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -455,7 +455,7 @@ OBJS-$(CONFIG_ROBERTS_OPENCL_FILTER) += vf_convolution_opencl.o opencl.o
> opencl/convolution.o
> OBJS-$(CONFIG_ROTATE_FILTER) += vf_rotate.o
> OBJS-$(CONFIG_SAB_FILTER) += vf_sab.o
> -OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale_eval.o
> +OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale_eval.o framesync.o
> OBJS-$(CONFIG_SCALE_CUDA_FILTER) += vf_scale_cuda.o scale_eval.o \
> vf_scale_cuda.ptx.o cuda/load_helper.o
> OBJS-$(CONFIG_SCALE_NPP_FILTER) += vf_scale_npp.o scale_eval.o
Duplicate of https://ffmpeg.org/pipermail/ffmpeg-devel/2024-May/326801.html.
--
Frank
_______________________________________________
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] 2+ messages in thread
end of thread, other threads:[~2024-05-07 21:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 21:04 [FFmpeg-devel] [PATCH] lavf/vf_scale: Add framesync dependency to Makefile Frank Plowman
2024-05-07 21:10 ` Frank Plowman
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