VirtualBox

Ignore:
Timestamp:
Aug 7, 2012 11:25:34 AM (12 years ago)
Author:
vboxsync
Message:

VBoxHeadless/VideoCapture: Updated EncodeAndWrite* files .
VideoCapture Makefile.kmk will not use EncodeAndWrite* fles anymore. EncodeAndWrite* files which are part of VideoRecording And Encoding module will be moved to main/src-client so that all the frontentds can use them for encoding and recording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk

    r42473 r42654  
    2020
    2121DLLS += VBoxVideoRecFB
    22 VBoxVideoRecFB_TEMPLATE     = VBOXMAINCLIENTDLL
     22VBoxVideoRecFB_TEMPLATE   = VBOXMAINCLIENTDLL
    2323
    24 ifdef VBOX_WITH_VPX
    25   VBoxVideoRecFB_DEFS      += \
    26     VBOX_WITH_VPX 
    27 endif
     24VBoxVideoRecFB_SDKS       = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB
    2825
    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
     26VBoxVideoRecFB_SOURCES   +=  \
     27  VideoRecFB.cpp
    4428
    4529VBoxVideoRecFB_CXXFLAGS.linux += -fPIC
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette