Browse Source

avformat/singlejpeg: fix standalone compilation

tags/n2.8
James Almer 10 years ago
parent
commit
4aebaed0e1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/rawenc.c

+ 2
- 0
libavformat/rawenc.c 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"),


Loading…
Cancel
Save