diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-03-23 13:34:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-28 09:58:26 +0200 |
commit | add1467e5e447b79e8743a0b05c54dcf58c61dfe (patch) | |
tree | 1c89ba2f739ee83774e567eab1b5bc2ca5fe0e8b /libavcodec/svq3.c | |
parent | a4d126dc59c39bb03e5e444432d1b27af26a45b4 (diff) | |
download | ffmpeg-add1467e5e447b79e8743a0b05c54dcf58c61dfe.tar.gz |
svq3: drop the build dependency on the h264 decoder
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r-- | libavcodec/svq3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index d5079f3ada..094442b6d9 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -47,6 +47,7 @@ #include "avcodec.h" #include "mpegutils.h" #include "h264.h" +#include "h264data.h" #include "golomb.h" #include "hpeldsp.h" #include "mathops.h" |