Changeset 65184 in vbox for trunk/src/libs
- Timestamp:
- Jan 6, 2017 3:23:19 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.