Commit 7b865c22 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '5d14cf19'

* commit '5d14cf19':
  mpegvideo: Make sure mpegutils.h is included where needed
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents b3ff8ef6 5d14cf19
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "mpegutils.h"
#include "mpegvideo.h" #include "mpegvideo.h"
#include "h263.h" #include "h263.h"
#include "mpegvideodata.h" #include "mpegvideodata.h"
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "internal.h" #include "internal.h"
#include "libxvid.h" #include "libxvid.h"
#include "mpegutils.h"
#include "mpegvideo.h" #include "mpegvideo.h"
#if HAVE_UNISTD_H #if HAVE_UNISTD_H
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "libavutil/internal.h" #include "libavutil/internal.h"
#include "libavutil/x86/asm.h" #include "libavutil/x86/asm.h"
#include "libavcodec/mpegutils.h"
#include "libavcodec/mpegvideo.h" #include "libavcodec/mpegvideo.h"
#include "fdct.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