VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk@ 42471

Last change on this file since 42471 was 42471, checked in by vboxsync, 12 years ago

backed out r79610

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1# $Id: Makefile.kmk 42471 2012-07-31 07:46:57Z vboxsync $
2## @file
3# Sub-Makefile for the ffmpeg frame buffer module.
4#
5
6#
7# Copyright (C) 2006-2012 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21DLLS += VBoxFFmpegFB
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
44VBoxFFmpegFB_CXXFLAGS.linux += -fPIC
45
46include $(FILE_KBUILD_SUB_FOOTER)
47
Note: See TracBrowser for help on using the repository browser.

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