Changeset 68720 in vbox for trunk/src/libs/Makefile.kmk
- Timestamp:
- Sep 12, 2017 10:21:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r67764 r68720 86 86 endif 87 87 88 # Opus for audio encoding video capture.88 # Opus for supporting audio when doing video capturing. 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)") 91 if1of ($(KBUILD_TARGET), linux) 92 include $(PATH_SUB_CURRENT)/libopus/Makefile.kmk 93 endif 91 include $(PATH_SUB_CURRENT)/libopus-1.2.1/Makefile.kmk 94 92 endif 95 93 endif
Note:
See TracChangeset
for help on using the changeset viewer.