summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2012-07-23 12:32:59 -0700
committerYaowu Xu <yaowu@google.com>2012-07-23 14:51:21 -0700
commit1b16e74813f052c457f836795013826a3292999e (patch)
tree9d3c6d0e77933a621d2e8b6848139c014cc73842 /vpx
parent6f6856839b52c65e3b4b2c82d6b81a2b9bd92337 (diff)
downloadlibvpx-1b16e74813f052c457f836795013826a3292999e.tar
libvpx-1b16e74813f052c457f836795013826a3292999e.tar.gz
libvpx-1b16e74813f052c457f836795013826a3292999e.tar.bz2
libvpx-1b16e74813f052c457f836795013826a3292999e.zip
Dll build of libvpx
Change-Id: I74e50b4dfbe73eb98e1dce1695a9973f637220c0
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vp8cx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index f691c6535..504b6d7b9 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -42,6 +42,7 @@ extern vpx_codec_iface_t *vpx_codec_vp8_cx(void);
* VP8 variant, which is bitstream incompatible with the default VP8 encoder.
*/
extern vpx_codec_iface_t vpx_codec_vp8x_cx_algo;
+extern vpx_codec_iface_t *vpx_codec_vp8x_cx(void);
#endif