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/nut.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/nut.c')
-rw-r--r-- | libavformat/nut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c index df64caf159..995149951d 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -1443,7 +1443,7 @@ AVOutputFormat nut_muxer = { sizeof(NUTContext), #ifdef CONFIG_LIBVORBIS CODEC_ID_VORBIS, -#elif defined(CONFIG_MP3LAME) +#elif defined(CONFIG_LIBMP3LAME) CODEC_ID_MP3, #else CODEC_ID_MP2, /* AC3 needs liba52 decoder */ |