Include files in the same directory directly

Change-Id: I56706a8326d9356a6735d13eb5e0832d04221c91
This commit is contained in:
Johann 2013-12-16 13:15:26 -08:00
parent 1a23a34419
commit e883c7478d
7 changed files with 12 additions and 14 deletions

View File

@ -16,8 +16,8 @@
#ifndef VPX_SVC_CONTEXT_H_ #ifndef VPX_SVC_CONTEXT_H_
#define VPX_SVC_CONTEXT_H_ #define VPX_SVC_CONTEXT_H_
#include "vpx/vp8cx.h" #include "./vp8cx.h"
#include "vpx/vpx_encoder.h" #include "./vpx_encoder.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@ -15,7 +15,7 @@
* *
* @{ * @{
*/ */
#include "vp8.h" #include "./vp8.h"
/*!\file /*!\file
* \brief Provides definitions for using the VP8 encoder algorithm within the * \brief Provides definitions for using the VP8 encoder algorithm within the

View File

@ -9,8 +9,6 @@
*/ */
#include "vp8.h"
/*!\defgroup vp8_decoder WebM VP8 Decoder /*!\defgroup vp8_decoder WebM VP8 Decoder
* \ingroup vp8 * \ingroup vp8
* *
@ -27,6 +25,9 @@
extern "C" { extern "C" {
#endif #endif
/* Include controls common to both the encoder and decoder */
#include "./vp8.h"
/*!\name Algorithm interface for VP8 /*!\name Algorithm interface for VP8
* *
* This interface provides the capability to decode raw VP8 streams, as would * This interface provides the capability to decode raw VP8 streams, as would
@ -41,9 +42,6 @@ extern vpx_codec_iface_t vpx_codec_vp9_dx_algo;
extern vpx_codec_iface_t *vpx_codec_vp9_dx(void); extern vpx_codec_iface_t *vpx_codec_vp9_dx(void);
/*!@} - end algorithm interface member group*/ /*!@} - end algorithm interface member group*/
/* Include controls common to both the encoder and decoder */
#include "vp8.h"
/*!\enum vp8_dec_control_id /*!\enum vp8_dec_control_id
* \brief VP8 decoder control functions * \brief VP8 decoder control functions

View File

@ -43,8 +43,8 @@
extern "C" { extern "C" {
#endif #endif
#include "vpx_integer.h" #include "./vpx_integer.h"
#include "vpx_image.h" #include "./vpx_image.h"
/*!\brief Decorator indicating a function is deprecated */ /*!\brief Decorator indicating a function is deprecated */
#ifndef DEPRECATED #ifndef DEPRECATED

View File

@ -29,8 +29,8 @@
extern "C" { extern "C" {
#endif #endif
#include "vpx_codec.h" #include "./vpx_codec.h"
#include "vpx_external_frame_buffer.h" #include "./vpx_external_frame_buffer.h"
/*!\brief Current ABI version number /*!\brief Current ABI version number
* *

View File

@ -29,7 +29,7 @@
extern "C" { extern "C" {
#endif #endif
#include "vpx_codec.h" #include "./vpx_codec.h"
/*! Temporal Scalability: Maximum length of the sequence defining frame /*! Temporal Scalability: Maximum length of the sequence defining frame
* layer membership * layer membership

View File

@ -15,7 +15,7 @@
extern "C" { extern "C" {
#endif #endif
#include "vpx/vpx_integer.h" #include "./vpx_integer.h"
/*!\brief External frame buffer /*!\brief External frame buffer
* *