Commit 4aebaed0 authored by James Almer's avatar James Almer

avformat/singlejpeg: fix standalone compilation

parent 9f815bc2
...@@ -250,7 +250,9 @@ AVOutputFormat ff_mjpeg_muxer = { ...@@ -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"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment