components/desktop/libvpx/Makefile
changeset 6003 471c600681fd
parent 5973 e70390875a14
child 6552 402379bc1b60
equal deleted inserted replaced
6002:419817b84df0 6003:471c600681fd
    37 	sha256:f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4
    37 	sha256:f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4
    38 COMPONENT_ARCHIVE_URL=	http://downloads.webmproject.org/releases/webm/$(COMPONENT_ARCHIVE)
    38 COMPONENT_ARCHIVE_URL=	http://downloads.webmproject.org/releases/webm/$(COMPONENT_ARCHIVE)
    39 COMPONENT_BUGDB=	library/libvpx
    39 COMPONENT_BUGDB=	library/libvpx
    40 TPNO=			25516
    40 TPNO=			25516
    41 
    41 
       
    42 # Requires newer version of system/linker from ON, available in S12 but not
       
    43 # 11.3, so do not publish.
       
    44 ifeq ($(BUILD_TYPE), evaluation)
       
    45 BUILD_32_and_64=
       
    46 INSTALL_32_and_64=
       
    47 PUBLISH_STAMP=
       
    48 endif
       
    49  
    42 # Required for 64-bit builds.
    50 # Required for 64-bit builds.
    43 LDFLAGS += $(CC_BITS)
    51 LDFLAGS += $(CC_BITS)
    44 LDFLAGS += -Wl,-zgnu-version-script-compat
    52 LDFLAGS += -Wl,-zgnu-version-script-compat
    45 
    53 
    46 ASLR_MODE = $(ASLR_ENABLE)
    54 ASLR_MODE = $(ASLR_ENABLE)