[Helix-client-dev] CR/CN: Added MP4 fileformat configuration defines to meta3gp project [GMPMetaEditor branch]
Petar Basic <[email protected]> Mon, 18 Jan 2010 13:06:49 +0100
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Message-ID | <[email protected]> |
Modified by: pbasic at real.com Date: 2010/01/17 Project: GMPMetaEditor (meta3gp.exe) Synopsis: Added MP4 fileformat configuration defines to meta3gp project [GMPMetaEditor branch] Details: For meta3gp project, MP4 fileformat needs to be built with both HELIX_FEATURE_3GPP_METAINFO and HELIX_FEATURE_ITUNES_METAINFO. Both features have been defined in the BIF for meta3gp project to avoid dependency on build profiles. Files Modified: GMPMetaEditor_internal.bif Platforms and Profiles Affected: All Image Size and Heap Use impact: None Platforms and Profiles Build Verified: system id: win32-i386-vc7, sunos-5.10-sparc-studio11 profile: helix-client-all-defines Platforms and Profiles Functionality Verified: x86 Windows XP SP2 Sparc SunOS 5.10 Branch: GMPMetaEditor Copyright assignment: I am a RealNetworks employee or contractor. _______________________________________________ Helix-client-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
GMPMetaEditor_internal.bif.diff
(application/octet-stream, 2.2 KB)
Index: GMPMetaEditor_internal.bif
===================================================================
RCS file: /home/source/build/BIF/GMPMetaEditor_internal.bif,v
retrieving revision 1.2
diff -d -H -w -U30 -r1.2 GMPMetaEditor_internal.bif
--- GMPMetaEditor_internal.bif 10 Jan 2010 12:05:32 -0000 1.2
+++ GMPMetaEditor_internal.bif 18 Jan 2010 12:03:03 -0000
@@ -2669,60 +2669,65 @@
<dependlist>
common_include
common_util
common_runtime
common_dbgtool
common_container
common_fileio
common_system
common_log_logutil
client_common_container
client_common_system
client_common_util
client_medpltfm
client_videosvc
datatype_include
datatype_common_util
datatype_tools_dtdriver_common
datatype_tools_dtdriver_engine
datatype_tools_dtdriver_dtdrplin
datatype_tools_minicntx
</dependlist>
</module>
<!-- DATATYPE/TOOLS/DTDRIVER/APPS/META3GP -->
<module id="datatype_tools_dtdriver_apps_meta3gp" name="datatype/tools/dtdriver/apps/meta3gp" group="core">
<includeplatforms>
win32 unix
</includeplatforms>
+ <defines>
+ HELIX_FEATURE_3GPP_METAINFO
+ HELIX_FEATURE_ITUNES_METAINFO
+ </defines>
+
<dependlist>
common_include
common_util
common_runtime
common_dbgtool
common_container
common_fileio
common_system
common_log_logutil
client_common_container
client_common_system
client_common_util
client_medpltfm
client_videosvc
datatype_include
datatype_common_util
datatype_tools_dtdriver_common
datatype_tools_dtdriver_engine
datatype_tools_dtdriver_dtdrplin
datatype_tools_minicntx
datatype_tools_metaeditor
filesystem_local
datatype_mp4_fileformat
datatype_mp4_filewriter
sha256sdk_name
</dependlist>
</module>
<!-- DATATYPE/TOOLS/DTDRIVER/APPS/DTDRIVE -->