Changeset 96175 in vbox for trunk/src/libs
- Timestamp:
- Aug 12, 2022 2:01:17 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152983
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r96106 r96175 129 129 endif 130 130 131 # libogg, needed for building libvorbis. 132 if defined(VBOX_WITH_LIBOGG) \ 133 && ("$(SDK_VBOX_OGG_INCS)" == "$(SDK_VBOX_OGG_DEFAULT_INCS)") 134 include $(PATH_SUB_CURRENT)/libogg-1.3.5/Makefile.kmk 135 endif 136 137 # libvorbis for supporting audio with video recording. 138 if defined(VBOX_WITH_LIBVORBIS) \ 139 && ("$(SDK_VBOX_VORBIS_INCS)" == "$(SDK_VBOX_VORBIS_DEFAULT_INCS)") 140 include $(PATH_SUB_CURRENT)/libvorbis-1.3.7/Makefile.kmk 141 endif 142 131 143 # libpng for screenshots in main. 132 144 if !defined(VBOX_ONLY_DOCS) \
Note:
See TracChangeset
for help on using the changeset viewer.