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 |
|
---|
18 | SUB_DEPTH = ../../../../..
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | DLLS += VBoxFFmpegFB
|
---|
22 | VBoxFFmpegFB_TEMPLATE = VBOXMAINCLIENTDLL
|
---|
23 |
|
---|
24 | ifdef VBOX_WITH_VPX
|
---|
25 | VBoxFFmpegFB_DEFS += \
|
---|
26 | VBOX_WITH_VPX
|
---|
27 | endif
|
---|
28 |
|
---|
29 | ifdef VBOX_WITH_VPX
|
---|
30 | VBoxFFmpegFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB VBOX_VPX
|
---|
31 | else
|
---|
32 | VBoxFFmpegFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB
|
---|
33 | endif
|
---|
34 |
|
---|
35 | ifdef VBOX_WITH_VPX
|
---|
36 | VBoxFFmpegFB_SOURCES += \
|
---|
37 | FFmpegFB.cpp \
|
---|
38 | EbmlWriter.cpp
|
---|
39 | else
|
---|
40 | VBoxFFmpegFB_SOURCES += \
|
---|
41 | FFmpegFB.cpp
|
---|
42 | endif
|
---|
43 |
|
---|
44 | VBoxFFmpegFB_CXXFLAGS.linux += -fPIC
|
---|
45 |
|
---|
46 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
47 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.