head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.12.03.43.36; author ryoon; state Exp; branches; next ; commitid 2m59YBR1kiEvBiRG; desc @@ 1.1 log @multimedia/ffmpeg9: import ffmpeg9-9.0 FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. This package contains major version 9. @ text @$NetBSD: patch-libavdevice_Makefile,v 1.1 2025/08/22 16:42:06 wiz Exp $ Sun audio support. --- libavdevice/Makefile.orig 2025-08-22 09:24:18.000000000 +0000 +++ libavdevice/Makefile @@@@ -42,6 +42,8 @@@@ OBJS-$(CONFIG_PULSE_OUTDEV) pulse_audio_common.o OBJS-$(CONFIG_SNDIO_INDEV) += sndio_dec.o sndio.o OBJS-$(CONFIG_SNDIO_OUTDEV) += sndio_enc.o sndio.o +OBJS-$(CONFIG_SUNAU_INDEV) += sunau_dec.o sunau.o +OBJS-$(CONFIG_SUNAU_OUTDEV) += sunau_enc.o sunau.o OBJS-$(CONFIG_V4L2_INDEV) += v4l2.o v4l2-common.o timefilter.o OBJS-$(CONFIG_V4L2_OUTDEV) += v4l2enc.o v4l2-common.o OBJS-$(CONFIG_VFWCAP_INDEV) += vfwcap.o @