diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-10 15:24:01 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-10 15:24:01 +0000 |
commit | 07c55d8ea3f952cab2e53db374d28be5e85339ed (patch) | |
tree | 12e13314102015f934999bc63c4dfc6a2d32cf9c /libavcodec/Makefile | |
parent | f6bd6eeffd413bd2cbee26ad6845ce4c33c05c25 (diff) | |
download | ffmpeg-07c55d8ea3f952cab2e53db374d28be5e85339ed.tar.gz |
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
Originally committed as revision 8981 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 4feef82447..5b56daef26 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -170,8 +170,8 @@ 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.o vorbis_common.o vorbis_data.o xiph.o -OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis_common.o vorbis_data.o +OBJS-$(CONFIG_VORBIS_DECODER) += vorbis_dec.o vorbis.o vorbis_data.o xiph.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 |