On 2011-12-22 21:50:25 +0100, Diego Biurrun wrote:
> The demuxer depends on the mov code, which in turn depends on the
> mov chan tag code, so link against it.

Have you loked if functions used from cafdec.c actually depend on
something in mov_chan.c?

please write channel out and I wouldn't mind a more comprehensible
commit description

> ---
>  libavformat/Makefile |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index c3a4c0d..d3a7619 100644
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefile
> @@ -49,7 +49,8 @@ OBJS-$(CONFIG_BFI_DEMUXER)               += bfi.o
>  OBJS-$(CONFIG_BINK_DEMUXER)              += bink.o
>  OBJS-$(CONFIG_BMV_DEMUXER)               += bmv.o
>  OBJS-$(CONFIG_C93_DEMUXER)               += c93.o vocdec.o voc.o
> -OBJS-$(CONFIG_CAF_DEMUXER)               += cafdec.o caf.o mov.o riff.o 
> isom.o
> +OBJS-$(CONFIG_CAF_DEMUXER)               += cafdec.o caf.o mov.o riff.o \
> +                                            isom.o mov_chan.o

I would add mov_chan.o directly after mov.o, feel free to sort the
objects alphabetically

Janne

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to