Commit 569824c4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix avformat compilation

parent 574d8c93
...@@ -44,8 +44,7 @@ ...@@ -44,8 +44,7 @@
# include <ffmpeg/avformat.h> # include <ffmpeg/avformat.h>
#endif #endif
#include "../../codec/avcodec/fourcc.h" #include "../../codec/avcodec/avcodec.h"
#include "../../codec/avcodec/chroma.h"
#include "avformat.h" #include "avformat.h"
//#define AVFORMAT_DEBUG 1 //#define AVFORMAT_DEBUG 1
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#endif #endif
#include "avformat.h" #include "avformat.h"
#include "../../codec/avcodec/fourcc.h" #include "../../codec/avcodec/avcodec.h"
#include "../../codec/avcodec/avutil.h" #include "../../codec/avcodec/avutil.h"
//#define AVFORMAT_DEBUG 1 //#define AVFORMAT_DEBUG 1
......
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