682492402a
Changes: - EditionProcessed has a default value (0) according to the specs. - KaxEditionManaged becomes KaxEditionProcessed and mandatory KaxEditionManagedPrivate becomes KaxChapterManagedPrivate - no more automatic OutputSamplingFrequency default value - add support for KaxChapterProcessCommand and KaxEditionManagedPrivate - The ValidateSize function is neither needed nor correct (probably copy & paste from somewhere). Integers of all sizes are accepted as in all the other UID cases. - allow DLL building with MSVC7 (not compatible with the MinGW DLLs) - KaxTagTargetTypeValue default to 50 - TargetTypeValue is no longer mandatory - Fixed the wrong element names. - add KaxTagTargetTypeValue as in the specs - add KaxChapterPhysicalEquiv as in the new specs - add KaxChapterProcess and KaxChapterProcessTime - add the new PixelCropXXX elements - added KaxEditionFlagDefault and KaxEditionManaged - add the new TargetType element in tags - Set the default value for KaxTagLangue to "und" complying with the specs.
25 lines
723 B
Makefile
25 lines
723 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2004/10/14 17:04:35 salo Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use libmatroska.
|
|
#
|
|
|
|
BUILDLINK_DEPMETHOD.libmatroska?= build
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBMATROSKA_BUILDLINK3_MK:= ${LIBMATROSKA_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libmatroska
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibmatroska}
|
|
BUILDLINK_PACKAGES+= libmatroska
|
|
|
|
.if !empty(LIBMATROSKA_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libmatroska+= libmatroska>=0.7.4
|
|
BUILDLINK_PKGSRCDIR.libmatroska?= ../../multimedia/libmatroska
|
|
.endif # LIBMATROSKA_BUILDLINK3_MK
|
|
|
|
.include "../../devel/libebml/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|