diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-17 19:44:33 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-23 14:23:20 +0200 |
commit | 046f3cb78903cd04846c49345b473244f095f1a5 (patch) | |
tree | f4f87c07e44cf2963cbaf5c4690b67c7fbe424bf /libavcodec/Makefile | |
parent | f50d9377252431114e89514cf528825936efcbd9 (diff) | |
download | ffmpeg-046f3cb78903cd04846c49345b473244f095f1a5.tar.gz |
vorbis: Rename decoder/encoder files to follow general file naming scheme.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 784226f7af..fad435dee3 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -386,9 +386,9 @@ OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o OBJS-$(CONFIG_VMDAUDIO_DECODER) += vmdav.o OBJS-$(CONFIG_VMDVIDEO_DECODER) += vmdav.o OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o -OBJS-$(CONFIG_VORBIS_DECODER) += vorbis_dec.o vorbis.o \ +OBJS-$(CONFIG_VORBIS_DECODER) += vorbisdec.o vorbis.o \ vorbis_data.o xiph.o -OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis.o \ +OBJS-$(CONFIG_VORBIS_ENCODER) += vorbisenc.o vorbis.o \ vorbis_data.o OBJS-$(CONFIG_VP3_DECODER) += vp3.o vp3dsp.o OBJS-$(CONFIG_VP5_DECODER) += vp5.o vp56.o vp56data.o vp56dsp.o \ |