Changeset 42473 in vbox for trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture
- Timestamp:
- Jul 31, 2012 11:07:32 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk
r42471 r42473 19 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 DLLS += VBox FFmpegFB22 VBox FFmpegFB_TEMPLATE = VBOXMAINCLIENTDLL21 DLLS += VBoxVideoRecFB 22 VBoxVideoRecFB_TEMPLATE = VBOXMAINCLIENTDLL 23 23 24 24 ifdef VBOX_WITH_VPX 25 VBox FFmpegFB_DEFS += \25 VBoxVideoRecFB_DEFS += \ 26 26 VBOX_WITH_VPX 27 27 endif 28 28 29 29 ifdef VBOX_WITH_VPX 30 VBox FFmpegFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX30 VBoxVideoRecFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX 31 31 else 32 VBox FFmpegFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB32 VBoxVideoRecFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB 33 33 endif 34 34 35 35 ifdef VBOX_WITH_VPX 36 VBoxFFmpegFB_SOURCES += \ 37 FFmpegFB.cpp \ 38 EbmlWriter.cpp 36 VBoxVideoRecFB_SOURCES += \ 37 VideoRecFB.cpp \ 38 EbmlWriter.cpp \ 39 EncodeAndWrite.cpp 39 40 else 40 VBox FFmpegFB_SOURCES += \41 FFmpegFB.cpp41 VBoxVideoRecFB_SOURCES += \ 42 VideoRecFB.cpp 42 43 endif 43 44 44 VBox FFmpegFB_CXXFLAGS.linux += -fPIC45 VBoxVideoRecFB_CXXFLAGS.linux += -fPIC 45 46 46 47 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.