Changeset 65184 in vbox
- Timestamp:
- Jan 6, 2017 3:23:19 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Config.kmk (modified) (1 diff)
-
src/VBox/Main/Makefile.kmk (modified) (1 diff)
-
src/libs/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r65162 r65184 3703 3703 SDK_VBOX_VPX_INCS ?= $(SDK_VBOX_VPX_DEFAULT_INCS) 3704 3704 SDK_VBOX_VPX_LIBS ?= $(PATH_STAGE_LIB)/VBox-libvpx$(VBOX_SUFF_LIB) 3705 3706 ifdef VBOX_WITH_LIBOPUS 3707 SDK_VBOX_OPUS = . 3708 SDK_VBOX_OPUS_DEFAULT_INCS := $(PATH_ROOT)/src/libs/libopus 3709 SDK_VBOX_OPUS_INCS ?= $(SDK_VBOX_OPUS_DEFAULT_INCS) 3710 SDK_VBOX_OPUS_LIBS ?= $(PATH_STAGE_LIB)/VBox-libopus$(VBOX_SUFF_LIB) 3711 endif 3705 3712 3706 3713 # -
trunk/src/VBox/Main/Makefile.kmk
r65163 r65184 706 706 VBoxC_SDKS += VBOX_VPX 707 707 endif 708 ifdef VBOX_WITH_AUDIO_VIDEOREC 709 ifdef VBOX_WITH_LIBOPUS 710 VBoxC_SDKS += VBOX_OPUS 711 else 712 $(error "VBox: No alternative for Opus when using audio support for video capturing yet") 713 endif 714 endif 708 715 ifdef VBOX_WITH_OPENSSL_FIPS 709 716 VBoxC_SDKS += VBOX_OPENSSL2 -
trunk/src/libs/Makefile.kmk
r64922 r65184 85 85 endif 86 86 endif 87 88 # Opus for audio encoding video capture 89 if defined(VBOX_WITH_LIBOPUS) && !defined(VBOX_ONLY_DOCS) && !defined(VBOX_WITH_SDK) \ 90 && ("$(SDK_VBOX_OPUS_INCS)" == "$(SDK_VBOX_OPUS_DEFAULT_INCS)") 91 if1of ($(KBUILD_TARGET), linux) 92 include $(PATH_SUB_CURRENT)/libopus/Makefile.kmk 93 endif 94 endif 87 95 endif 88 96
Note:
See TracChangeset
for help on using the changeset viewer.

