Browse Source

jpeglsenc: add missing put_bits.h header

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.2
Paul B Mahol 12 years ago
parent
commit
a2dd988bf8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/jpeglsenc.c

+ 1
- 0
libavcodec/jpeglsenc.c View File

@@ -27,6 +27,7 @@

#include "avcodec.h"
#include "get_bits.h"
#include "put_bits.h"
#include "golomb.h"
#include "internal.h"
#include "mathops.h"


Loading…
Cancel
Save