summaryrefslogtreecommitdiff
path: root/vpx/vp8dx.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-09-29 18:00:15 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-09-30 11:10:54 -0700
commite288c6015e5920286c1321362836a68b9540f916 (patch)
treee69666ea595a1d8419200074fbb80ecd7f7109d9 /vpx/vp8dx.h
parent0f8805e0865263763cafb9ecfe189e7e681e5d3d (diff)
downloadlibvpx-e288c6015e5920286c1321362836a68b9540f916.tar
libvpx-e288c6015e5920286c1321362836a68b9540f916.tar.gz
libvpx-e288c6015e5920286c1321362836a68b9540f916.tar.bz2
libvpx-e288c6015e5920286c1321362836a68b9540f916.zip
Removing vpx_codec_impl_{top, bottom}.h files.
It doesn't seem reasonable to have these files as our API part. Just inlining them in the source. Change-Id: Iff970bb25e72e49e7ac21990824dbf4ef8bfd2e2
Diffstat (limited to 'vpx/vp8dx.h')
-rw-r--r--vpx/vp8dx.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/vpx/vp8dx.h b/vpx/vp8dx.h
index 7d250ccae..50a223f2a 100644
--- a/vpx/vp8dx.h
+++ b/vpx/vp8dx.h
@@ -22,7 +22,10 @@
*/
#ifndef VP8DX_H
#define VP8DX_H
-#include "vpx_codec_impl_top.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
/*!\name Algorithm interface for VP8
*
@@ -100,6 +103,8 @@ VPX_CTRL_USE_TYPE(VP9_INVERT_TILE_DECODE_ORDER, int)
/*! @} - end defgroup vp8_decoder */
+#ifdef __cplusplus
+} // extern "C"
+#endif
-#include "vpx_codec_impl_bottom.h"
#endif