avformat/singlejpeg: fix standalone compilation

This commit is contained in:
James Almer 2015-06-13 17:47:13 -03:00
parent 9f815bc2c2
commit 4aebaed0e1
1 changed files with 2 additions and 0 deletions

View File

@ -250,7 +250,9 @@ AVOutputFormat ff_mjpeg_muxer = {
.write_packet = ff_raw_write_packet,
.flags = AVFMT_NOTIMESTAMPS,
};
#endif
#if CONFIG_SINGLEJPEG_MUXER
AVOutputFormat ff_singlejpeg_muxer = {
.name = "singlejpeg",
.long_name = NULL_IF_CONFIG_SMALL("JPEG single image"),