Last change
on this file since 5834 was 5834, checked in by vboxsync, 17 years ago |
Headless frontend: exported to OSE
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
497 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 5834 2007-11-26 15:46:13Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Makefile for the ffmpeg frame buffer module.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2007 innotek GmbH
|
---|
8 | #
|
---|
9 | # innotek GmbH confidential
|
---|
10 | # All rights reserved
|
---|
11 |
|
---|
12 | DEPTH = ../../../../..
|
---|
13 | include $(PATH_KBUILD)/header.kmk
|
---|
14 |
|
---|
15 | DLLS = VBoxFFmpegFB
|
---|
16 | VBoxFFmpegFB_TEMPLATE = VBOXMAINCLIENTDLL
|
---|
17 | VBoxFFmpegFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB
|
---|
18 | VBoxFFmpegFB_SOURCES = FFmpegFB.cpp
|
---|
19 | VBoxFFmpegFB_CXXFLAGS.linux += -fPIC
|
---|
20 |
|
---|
21 | include $(PATH_KBUILD)/footer.kmk
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.