Skip to content

Commit

Permalink
includeガードの追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 11, 2020
1 parent e94bf1c commit 38e686d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QSVPipeline/qsv_hw_va.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The original version of this sample may be obtained from https://software.intel.
or https://software.intel.com/en-us/media-client-solutions-support.
\**********************************************************************************/

#ifndef __QSV_HW_VA_H__
#define __QSV_HW_VA_H__

#if defined(LIBVA_DRM_SUPPORT) || defined(LIBVA_X11_SUPPORT) || defined(LIBVA_ANDROID_SUPPORT) || defined(LIBVA_WAYLAND_SUPPORT)

#include "qsv_hw_device.h"
Expand Down Expand Up @@ -186,3 +189,4 @@ class CVAAPIDeviceWayland : public CQSVHWDevice
#endif

#endif //#if defined(LIBVA_DRM_SUPPORT) || defined(LIBVA_X11_SUPPORT) || defined(LIBVA_ANDROID_SUPPORT)
#endif //__QSV_HW_VA_H__

0 comments on commit 38e686d

Please sign in to comment.