VirtualBox

Ignore:
Timestamp:
Jul 31, 2012 11:07:32 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79620
Message:

VBoxHeadless/VideoCapture: fixed the testbox failure issue observed in r79610. Integration of VideoRecFB* with build process

File:
1 edited

Legend:

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

    r42471 r42473  
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
    21 DLLS += VBoxFFmpegFB
    22 VBoxFFmpegFB_TEMPLATE     = VBOXMAINCLIENTDLL
     21DLLS += VBoxVideoRecFB
     22VBoxVideoRecFB_TEMPLATE     = VBOXMAINCLIENTDLL
    2323
    2424ifdef VBOX_WITH_VPX
    25   VBoxFFmpegFB_DEFS      += \
     25  VBoxVideoRecFB_DEFS      += \
    2626    VBOX_WITH_VPX 
    2727endif
    2828
    2929ifdef VBOX_WITH_VPX
    30   VBoxFFmpegFB_SDKS       = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX
     30  VBoxVideoRecFB_SDKS       = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX
    3131else
    32   VBoxFFmpegFB_SDKS       = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB
     32  VBoxVideoRecFB_SDKS       = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB
    3333endif
    3434
    3535ifdef VBOX_WITH_VPX
    36   VBoxFFmpegFB_SOURCES   +=  \
    37     FFmpegFB.cpp \
    38         EbmlWriter.cpp
     36  VBoxVideoRecFB_SOURCES   +=  \
     37    VideoRecFB.cpp \
     38    EbmlWriter.cpp \
     39    EncodeAndWrite.cpp
    3940else
    40   VBoxFFmpegFB_SOURCES   +=  \
    41     FFmpegFB.cpp
     41  VBoxVideoRecFB_SOURCES   +=  \
     42    VideoRecFB.cpp
    4243endif
    4344
    44 VBoxFFmpegFB_CXXFLAGS.linux += -fPIC
     45VBoxVideoRecFB_CXXFLAGS.linux += -fPIC
    4546
    4647include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracChangeset for help on using the changeset viewer.

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