Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
ca162a5004
commit
bde15e74de
@ -432,7 +432,7 @@ static int rm_write_trailer(AVFormatContext *s)
|
||||
|
||||
AVOutputFormat rm_muxer = {
|
||||
"rm",
|
||||
"rm format",
|
||||
NULL_IF_CONFIG_SMALL("RM format"),
|
||||
"application/vnd.rn-realmedia",
|
||||
"rm,ra",
|
||||
sizeof(RMContext),
|
||||
|
Reference in New Issue
Block a user