mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
28 lines
620 B
C
28 lines
620 B
C
|
/*############################################################################
|
||
|
# Copyright Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
############################################################################*/
|
||
|
|
||
|
#ifndef __MFX_H__
|
||
|
#define __MFX_H__
|
||
|
|
||
|
#include "mfxdefs.h"
|
||
|
#include "mfxcommon.h"
|
||
|
#include "mfxstructures.h"
|
||
|
#include "mfxdispatcher.h"
|
||
|
#include "mfximplcaps.h"
|
||
|
#include "mfxsession.h"
|
||
|
#include "mfxvideo.h"
|
||
|
#include "mfxadapter.h"
|
||
|
|
||
|
#include "mfxbrc.h"
|
||
|
#include "mfxmvc.h"
|
||
|
#include "mfxpcp.h"
|
||
|
#include "mfxvp8.h"
|
||
|
#include "mfxjpeg.h"
|
||
|
|
||
|
#include "mfxsurfacepool.h"
|
||
|
|
||
|
#endif /* __MFXDEFS_H__ */
|