Changeset 42654 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Aug 7, 2012 11:25:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk
r42473 r42654 20 20 21 21 DLLS += VBoxVideoRecFB 22 VBoxVideoRecFB_TEMPLATE 22 VBoxVideoRecFB_TEMPLATE = VBOXMAINCLIENTDLL 23 23 24 ifdef VBOX_WITH_VPX 25 VBoxVideoRecFB_DEFS += \ 26 VBOX_WITH_VPX 27 endif 24 VBoxVideoRecFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB 28 25 29 ifdef VBOX_WITH_VPX 30 VBoxVideoRecFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX 31 else 32 VBoxVideoRecFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB 33 endif 34 35 ifdef VBOX_WITH_VPX 36 VBoxVideoRecFB_SOURCES += \ 37 VideoRecFB.cpp \ 38 EbmlWriter.cpp \ 39 EncodeAndWrite.cpp 40 else 41 VBoxVideoRecFB_SOURCES += \ 42 VideoRecFB.cpp 43 endif 26 VBoxVideoRecFB_SOURCES += \ 27 VideoRecFB.cpp 44 28 45 29 VBoxVideoRecFB_CXXFLAGS.linux += -fPIC
Note:
See TracChangeset
for help on using the changeset viewer.