[FFmpeg-devel] [PATCH 08/17] lavc/vda: fix make checkheaders.
Clément Bœsch
ubitux at gmail.com
Wed May 9 10:01:33 CEST 2012
---
libavcodec/vda.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/libavcodec/vda.h b/libavcodec/vda.h
index 4ea0e9f..878a15e 100644
--- a/libavcodec/vda.h
+++ b/libavcodec/vda.h
@@ -23,6 +23,10 @@
#ifndef AVCODEC_VDA_H
#define AVCODEC_VDA_H
+#include "config.h"
+
+#if CONFIG_VDA
+
/**
* @file
* @ingroup lavc_codec_hwaccel_vda
@@ -182,4 +186,5 @@ void ff_vda_release_vda_frame(vda_frame *frame);
* @}
*/
+#endif /* CONFIG_VDA */
#endif /* AVCODEC_VDA_H */
--
1.7.9.5
More information about the ffmpeg-devel
mailing list