mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/singlejpeg: fix standalone compilation
This commit is contained in:
parent
9f815bc2c2
commit
4aebaed0e1
|
@ -250,7 +250,9 @@ AVOutputFormat ff_mjpeg_muxer = {
|
||||||
.write_packet = ff_raw_write_packet,
|
.write_packet = ff_raw_write_packet,
|
||||||
.flags = AVFMT_NOTIMESTAMPS,
|
.flags = AVFMT_NOTIMESTAMPS,
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if CONFIG_SINGLEJPEG_MUXER
|
||||||
AVOutputFormat ff_singlejpeg_muxer = {
|
AVOutputFormat ff_singlejpeg_muxer = {
|
||||||
.name = "singlejpeg",
|
.name = "singlejpeg",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("JPEG single image"),
|
.long_name = NULL_IF_CONFIG_SMALL("JPEG single image"),
|
||||||
|
|
Loading…
Reference in New Issue