Makefile.kmk revision bff1915a855c5b71d76f6391549eadda348e33b0
# $Id$
## @file
# Makefile for the ffmpeg frame buffer module.
#
#
# Copyright (C) 2006-2007 innotek GmbH
#
# innotek GmbH confidential
# All rights reserved
DEPTH = ../../../../..
include $(PATH_KBUILD)/header.kmk
DLLS = VBoxFFmpegFB
VBoxFFmpegFB_TEMPLATE = VBOXMAINCLIENTDLL
VBoxFFmpegFB_SDKS = VBOX_FFMPEG VBOX_LIBPNG VBOX_ZLIB
VBoxFFmpegFB_SOURCES = FFmpegFB.cpp
VBoxFFmpegFB_CXXFLAGS.linux += -fPIC
include $(PATH_KBUILD)/footer.kmk