mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 09:27:44 +00:00
variable renaming: mp3lame --> libmp3lame
Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2eed5a461f
commit
6ebe07fbb5
7 changed files with 14 additions and 14 deletions
|
@ -193,7 +193,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCDEC (MP2, mp2);
|
||||
REGISTER_DECODER(MP3, mp3);
|
||||
REGISTER_DECODER(MP3ADU, mp3adu);
|
||||
#ifdef CONFIG_MP3LAME
|
||||
#ifdef CONFIG_LIBMP3LAME
|
||||
REGISTER_ENCODER(MP3LAME, mp3lame);
|
||||
#endif
|
||||
REGISTER_DECODER(MP3ON4, mp3on4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue