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 /libavformat/mp3.c | |
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 'libavformat/mp3.c')
-rw-r--r-- | libavformat/mp3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |