diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-07 00:02:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-07 00:02:15 +0000 |
commit | 6ebe07fbb55e78ed72781deb2fe263ab86135f30 (patch) | |
tree | 7df321f4a3b61519e1f9a03c72c7bc7398baff5f /libavcodec/Makefile | |
parent | 2eed5a461fa163b8b7ee86b9d86f46f188c101c5 (diff) | |
download | ffmpeg-6ebe07fbb55e78ed72781deb2fe263ab86135f30.tar.gz |
variable renaming: mp3lame --> libmp3lame
Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 9bf27d3787..c2f330eef1 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -247,7 +247,7 @@ OBJS-$(CONFIG_LIBFAAD) += faad.o OBJS-$(CONFIG_LIBFAAC) += faac.o OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o OBJS-$(CONFIG_X264) += x264.o -OBJS-$(CONFIG_MP3LAME) += mp3lameaudio.o +OBJS-$(CONFIG_LIBMP3LAME) += mp3lameaudio.o OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o OBJS-$(CONFIG_LIBGSM) += libgsm.o |