[MPlayer-dev-eng] [PATCH] [TEST AFILTER] Encode ac3 at runtime using lavc
Ulion
ulion2002 at gmail.com
Tue Dec 11 08:39:42 CET 2007
2007/12/11, Diego Biurrun <diego at biurrun.de>:
> 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?
Because I use the ac3.h file from libavcodec to get accepted bitrate
list, and also some macro definitions in ac3.h.
--
Ulion
More information about the MPlayer-dev-eng
mailing list