Mercurial > libavcodec.hg
changeset 4969:0f68e830fd3a libavcodec
Fix Vorbis encoder Xiph dependency by making sure the references to
ff_split_xiph_headers() are there.
author | takis |
---|---|
date | Thu, 10 May 2007 14:36:36 +0000 |
parents | 4d0e94e001e1 |
children | 28b67304e5d0 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu May 10 13:24:05 2007 +0000 +++ b/Makefile Thu May 10 14:36:36 2007 +0000 @@ -171,7 +171,7 @@ OBJS-$(CONFIG_VMDVIDEO_DECODER) += vmdav.o OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o OBJS-$(CONFIG_VORBIS_DECODER) += vorbis.o vorbis_data.o xiph.o -OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis.o vorbis_data.o +OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis.o vorbis_data.o xiph.o OBJS-$(CONFIG_VP3_DECODER) += vp3.o OBJS-$(CONFIG_VP5_DECODER) += vp5.o vp56.o vp56data.o OBJS-$(CONFIG_VP6_DECODER) += vp6.o vp56.o vp56data.o