Commit 5d14cf19 authored by Vittorio Giovara's avatar Vittorio Giovara

mpegvideo: Make sure mpegutils.h is included where needed

parent 525f5897
......@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "mpegutils.h"
#include "mpegvideo.h"
#include "h263.h"
#include "mpegvideodata.h"
......
......@@ -35,6 +35,7 @@
#include "avcodec.h"
#include "internal.h"
#include "libxvid.h"
#include "mpegutils.h"
#include "mpegvideo.h"
/**
......
......@@ -24,6 +24,7 @@
#include "libavutil/internal.h"
#include "libavutil/x86/asm.h"
#include "libavcodec/mpegutils.h"
#include "libavcodec/mpegvideo.h"
#include "fdct.h"
......
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