[MPlayer-dev-eng] [PATCH] [TEST AFILTER] Encode ac3 at runtime using lavc

Diego Biurrun diego at biurrun.de
Tue Dec 11 08:34:24 CET 2007


On Tue, Dec 11, 2007 at 02:40:29PM +0800, Ulion wrote:
> 
> Updated patch is here. If there's no objection, I will commit it in 2 days.
> 
> --- libaf/Makefile	(revision 25343)
> +++ libaf/Makefile	(working copy)
> @@ -32,5 +32,6 @@
>  
>  SRCS_COMMON-$(HAVE_SYS_MMAN_H)      += af_export.c
>  SRCS_COMMON-$(LIBAVCODEC)           += af_lavcresample.c
> +SRCS_COMMON-$(LIBAVCODEC_A)         += af_lavcac3enc.c

Why does this depend on static libavcodec?

Diego



More information about the MPlayer-dev-eng mailing list