Merge pull request #1775 from sijchen/upd_ver
update the version info to sync with recent change of API
This commit is contained in:
commit
28469ab3dc
2
Makefile
2
Makefile
@ -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))
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
Name: gmpopenh264
|
||||
Description: GMP Plugin for OpenH264.
|
||||
Version: 1.0
|
||||
Version: 1.4
|
||||
APIs: encode-video[h264], decode-video[h264]
|
||||
|
Loading…
x
Reference in New Issue
Block a user