Merge pull request #1775 from sijchen/upd_ver

update the version info to sync with recent change of API
This commit is contained in:
sijchen 2015-01-30 10:24:56 +08:00
commit 28469ab3dc
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ PROJECT_NAME=openh264
MODULE_NAME=gmpopenh264
GMP_API_BRANCH=Firefox36
CCASFLAGS=$(CFLAGS)
VERSION=1.3
VERSION=1.4
STATIC_LDFLAGS=-lstdc++
ifeq (,$(wildcard $(SRC_PATH)gmp-api))

View File

@ -4,11 +4,11 @@
#include "codec_app_def.h"
static const OpenH264Version g_stCodecVersion = {1,3,0,0};
static const char* const g_strCodecVer = "OpenH264 version:1.3.0.0";
static const OpenH264Version g_stCodecVersion = {1,4,0,0};
static const char* const g_strCodecVer = "OpenH264 version:1.4.0.0";
#define OPENH264_MAJOR (1)
#define OPENH264_MINOR (3)
#define OPENH264_MINOR (4)
#define OPENH264_REVISION (0)
#define OPENH264_RESERVED (0)

View File

@ -1,6 +1,6 @@
#ifndef VERSION_H
#define VERSION_H
#define VERSION_NUMBER "openh264 default: 1.3"
#define VERSION_NUMBER "openh264 default: 1.4"
#endif // VERSION_H

View File

@ -1,4 +1,4 @@
Name: gmpopenh264
Description: GMP Plugin for OpenH264.
Version: 1.0
Version: 1.4
APIs: encode-video[h264], decode-video[h264]