* Define AMFPRI(d|ud|x)64 using the standard C++ format for C+11 and up * Define LPRI(d|ud|x)64 as Unicode (wide) versions of AMFPRI(d|ud|x)64 * Move AMF_UNICODE into Platform.h * Add version to the directory and resulting file * Include root directory that matches file name * Create publish header action * Update VQ Enhancer API doc * Update HEVC API doc pdf * fix doc * Clarify PA LAB depth suggestion * Differentiate the AMF_NO_VTABLE based on the compiler * Fix const on return by value Variant values * Fix const on return by value AMF_DECLARE_IID() * Fix AMF string format sizes for 64-bit Linux * Don't cast amf_int64 when using a format string * Fix warning when _MSC_VER is not defined * Update PA Engine Type Documentation * Fix missing include (#276) OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/AMF?expand=0&rev=11
16 lines
627 B
Plaintext
16 lines
627 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v1.4.35</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="include">LICENSE.txt</param>
|
|
<param name="include">amf/doc/*.md</param>
|
|
<param name="include">amf/public/include/</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="manual" name="set_version"/>
|
|
</services>
|