From 0bac84ea785f9cb9658ffd71a7ab2d1d97819c02 Mon Sep 17 00:00:00 2001 From: PacketVideo CM Date: Tue, 15 Jun 2010 16:36:09 -0700 Subject: RIO-9136: Build support for a new avc decoder Change-Id: Id8aa7737274d4dff6085dcde6eb953d1332028d5 --- engines/2way/sample_app/command_line/build/make/local.mk | 1 + engines/2way/src/pv_2way_sdkinfo.h | 2 +- engines/2way/test/build/make/local.mk | 3 +++ engines/adapters/player/framemetadatautility/test/build/make/local.mk | 1 + engines/author/src/pv_author_sdkinfo.h | 2 +- engines/player/src/pv_player_sdkinfo.h | 2 +- 6 files changed, 8 insertions(+), 3 deletions(-) diff --git a/engines/2way/sample_app/command_line/build/make/local.mk b/engines/2way/sample_app/command_line/build/make/local.mk index 4bf162592..4e3357e05 100644 --- a/engines/2way/sample_app/command_line/build/make/local.mk +++ b/engines/2way/sample_app/command_line/build/make/local.mk @@ -60,6 +60,7 @@ END_LIBS = \ pvavcdecoder \ pvavch264enc \ pv_avc_common_lib \ + pv_avc_mp_decoder \ pvcommsionode \ pvmio_comm_loopback \ pvgeneraltools \ diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h index c098b7505..b55081c15 100644 --- a/engines/2way/src/pv_2way_sdkinfo.h +++ b/engines/2way/src/pv_2way_sdkinfo.h @@ -21,7 +21,7 @@ // This header file is automatically generated at build-time // *** OFFICIAL RELEASE INFO -- Will not auto update -#define PV2WAY_ENGINE_SDKINFO_LABEL "1489641" +#define PV2WAY_ENGINE_SDKINFO_LABEL "1490783" #define PV2WAY_ENGINE_SDKINFO_DATE 0x20100610 #endif //PV_2WAY_SDKINFO_H_INCLUDED diff --git a/engines/2way/test/build/make/local.mk b/engines/2way/test/build/make/local.mk index affeded22..d6ec7196d 100644 --- a/engines/2way/test/build/make/local.mk +++ b/engines/2way/test/build/make/local.mk @@ -76,6 +76,7 @@ END_LIBS = \ pvavcdecoder \ pvavch264enc \ pv_avc_common_lib \ + pv_avc_mp_decoder \ pvcommsionode \ pvgendatastruct \ pvgeneraltools \ @@ -142,6 +143,8 @@ endif LIBS := $(FULL_LIBS) + + include $(MK)/prog.mk diff --git a/engines/adapters/player/framemetadatautility/test/build/make/local.mk b/engines/adapters/player/framemetadatautility/test/build/make/local.mk index 86c51959b..e1c0f74b2 100644 --- a/engines/adapters/player/framemetadatautility/test/build/make/local.mk +++ b/engines/adapters/player/framemetadatautility/test/build/make/local.mk @@ -90,6 +90,7 @@ LIBS := pvframemetadatautility \ omx_avc_component_lib \ pvavcdecoder \ pv_avc_common_lib \ + pv_avc_mp_decoder \ omx_amr_component_lib \ pvdecoder_gsmamr \ pv_amr_nb_common_lib \ diff --git a/engines/author/src/pv_author_sdkinfo.h b/engines/author/src/pv_author_sdkinfo.h index c7fb7d3c7..7707328a4 100644 --- a/engines/author/src/pv_author_sdkinfo.h +++ b/engines/author/src/pv_author_sdkinfo.h @@ -21,7 +21,7 @@ // This header file is automatically generated at build-time // *** OFFICIAL RELEASE INFO -- Will not auto update -#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1489641" +#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1490783" #define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100610 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h index d7d9552ae..93e6a12b1 100644 --- a/engines/player/src/pv_player_sdkinfo.h +++ b/engines/player/src/pv_player_sdkinfo.h @@ -21,7 +21,7 @@ // This header file is automatically generated at build-time // *** OFFICIAL RELEASE INFO -- Will not auto update -#define PVPLAYER_ENGINE_SDKINFO_LABEL "1489641" +#define PVPLAYER_ENGINE_SDKINFO_LABEL "1490783" #define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100610 #endif //PV_PLAYER_SDKINFO_H_INCLUDED -- cgit v1.2.3