Commit 40ace139 authored by mru's avatar mru

fix checkheaders when libdirac not installed


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13044 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3a261a25
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#ifndef FFMPEG_LIBDIRAC_H #ifndef FFMPEG_LIBDIRAC_H
#define FFMPEG_LIBDIRAC_H #define FFMPEG_LIBDIRAC_H
#ifdef CONFIG_LIBDIRAC
#include "avcodec.h" #include "avcodec.h"
#include <libdirac_common/dirac_types.h> #include <libdirac_common/dirac_types.h>
...@@ -41,4 +43,5 @@ static const struct { ...@@ -41,4 +43,5 @@ static const struct {
{ PIX_FMT_YUV444P, format444 }, { PIX_FMT_YUV444P, format444 },
}; };
#endif /* CONFIG_LIBDIRAC */
#endif /* FFMPEG_LIBDIRAC_H */ #endif /* FFMPEG_LIBDIRAC_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