From 6ebe07fbb55e78ed72781deb2fe263ab86135f30 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 7 Jan 2007 00:02:15 +0000 Subject: variable renaming: mp3lame --> libmp3lame Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mp3.c') diff --git a/libavformat/mp3.c b/libavformat/mp3.c index 723980c839..02b50cff2c 100644 --- a/libavformat/mp3.c +++ b/libavformat/mp3.c @@ -401,7 +401,7 @@ AVOutputFormat mp2_muxer = { "mp2", "MPEG audio layer 2", "audio/x-mpeg", -#ifdef CONFIG_MP3LAME +#ifdef CONFIG_LIBMP3LAME "mp2,m2a", #else "mp2,mp3,m2a", -- cgit v1.2.3