Changeset 65263 in vbox for trunk/src/libs
- Timestamp:
- Jan 12, 2017 3:25:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r65184 r65263 5 5 6 6 # 7 # Copyright (C) 2006-201 6Oracle Corporation7 # Copyright (C) 2006-2017 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 78 78 endif 79 79 80 # VP 8 for video capture81 if defined(VBOX_WITH_ VPX) && !defined(VBOX_ONLY_DOCS) && !defined(VBOX_WITH_SDK) \80 # VPX for video capture. 81 if defined(VBOX_WITH_LIBVPX) && !defined(VBOX_ONLY_DOCS) && !defined(VBOX_WITH_SDK) \ 82 82 && ("$(SDK_VBOX_VPX_INCS)" == "$(SDK_VBOX_VPX_DEFAULT_INCS)") 83 83 if1of ($(KBUILD_TARGET), darwin linux solaris win) … … 86 86 endif 87 87 88 # Opus for audio encoding video capture 88 # Opus for audio encoding video capture. 89 89 if defined(VBOX_WITH_LIBOPUS) && !defined(VBOX_ONLY_DOCS) && !defined(VBOX_WITH_SDK) \ 90 90 && ("$(SDK_VBOX_OPUS_INCS)" == "$(SDK_VBOX_OPUS_DEFAULT_INCS)")
Note:
See TracChangeset
for help on using the changeset viewer.