From c004bda580227e5911e2950f01530ff86bf0e6bc Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 23 Jul 2013 20:37:02 +0000 Subject: [PATCH] Make mjpeg functions available in DLL build BUG=252 TEST=try bots R=johannkoenig@google.com Review URL: https://webrtc-codereview.appspot.com/1818005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@737 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/mjpeg_decoder.h | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.chromium b/README.chromium index c78a39605..2b04ff848 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 736 +Version: 737 License: BSD License File: LICENSE diff --git a/include/libyuv/mjpeg_decoder.h b/include/libyuv/mjpeg_decoder.h index e53c1fe1e..7bb82fce1 100644 --- a/include/libyuv/mjpeg_decoder.h +++ b/include/libyuv/mjpeg_decoder.h @@ -45,7 +45,7 @@ struct SetJmpErrorMgr; // MJPEG frames. // // See http://tools.ietf.org/html/rfc2435 -class MJpegDecoder { +class LIBYUV_API MJpegDecoder { public: typedef void (*CallbackFunction)(void* opaque, const uint8* const* data, diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 2c74fa968..f08671b1a 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 736 +#define LIBYUV_VERSION 737 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT