mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
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,
|
||||
.flags = AVFMT_NOTIMESTAMPS,
|
||||
};
|
||||
#endif
|
||||
|
||||
#if CONFIG_SINGLEJPEG_MUXER
|
||||
AVOutputFormat ff_singlejpeg_muxer = {
|
||||
.name = "singlejpeg",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("JPEG single image"),
|
||||
|
Loading…
Reference in New Issue
Block a user