VirtualBox

Changeset 41986 in vbox


Ignore:
Timestamp:
Jul 2, 2012 3:04:09 PM (13 years ago)
Author:
vboxsync
Message:

VideoCapture: Introduced a new Makefile variable for including VPX video capturing "VBOX_WITH_VPX" . Also should solve the Video capture issue on solaris.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r41961 r41986  
    990990 VBOX_WITHOUT_IPXE=1
    991991 VBOX_WITH_FFMPEG=
     992 VBOX_WITH_VPX=
    992993 # Disable for OSE, requires snv_159+.
    993994 VBOX_WITH_NETFLT_CROSSBOW=
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h

    r41953 r41986  
    2121
    2222#include <VBox/com/VirtualBox.h>
    23 #include "EbmlWriter.h"
    2423#include <iprt/uuid.h>
    2524
     
    3130
    3231#ifdef VBOX_WITH_VPX
     32#include "EbmlWriter.h"
    3333#include <stdarg.h>
    3434#include <string.h>
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk

    r41960 r41986  
    2020
    2121DLLS += VBoxFFmpegFB
    22 VBoxFFmpegFB_TEMPLATE        = VBOXMAINCLIENTDLL
    23 #VBoxFFmpegFB_DEFS      += \
    24                                  VBOX_WITH_VPX 
    25 VBoxFFmpegFB_SDKS            = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX
    26 VBoxFFmpegFB_SOURCES         +=  \
    27                                                         FFmpegFB.cpp \
    28                                                         EbmlWriter.cpp
     22VBoxFFmpegFB_TEMPLATE     = VBOXMAINCLIENTDLL
     23
     24ifdef VBOX_WITH_VPX
     25  VBoxFFmpegFB_DEFS      += \
     26    VBOX_WITH_VPX 
     27endif
     28
     29ifdef VBOX_WITH_VPX
     30  VBoxFFmpegFB_SDKS       = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX
     31else
     32  VBoxFFmpegFB_SDKS       = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB
     33endif
     34
     35ifdef VBOX_WITH_VPX
     36  VBoxFFmpegFB_SOURCES   +=  \
     37    FFmpegFB.cpp \
     38        EbmlWriter.cpp
     39else
     40  VBoxFFmpegFB_SOURCES   +=  \
     41    FFmpegFB.cpp
     42endif
     43
    2944VBoxFFmpegFB_CXXFLAGS.linux += -fPIC
    3045
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