Mercurial > libavcodec.hg
changeset 4108:3ae94f965189 libavcodec
fix for disabling vorbis decoder but enabling vorbis encoder
author | ods15 |
---|---|
date | Mon, 30 Oct 2006 18:05:35 +0000 |
parents | e678c86986b3 |
children | a90490a13ac4 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Oct 30 13:57:55 2006 +0000 +++ b/Makefile Mon Oct 30 18:05:35 2006 +0000 @@ -148,7 +148,7 @@ OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o OBJS-$(CONFIG_VORBIS_DECODER) += vorbis.o vorbis_data.o -OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis_data.o +OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis.o vorbis_data.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