diff options
author | John Stebbins <[email protected]> | 2016-12-09 08:30:26 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-17 07:28:51 -0800 |
commit | 0698a5ea836174ccde5680b931f852050e338923 (patch) | |
tree | bab78f65afbe9ffc3e387361b878cefc30648549 /libhb/qsv_libav.h | |
parent | 9e39762cce248ee1356742663c11b1b53d0e2ba1 (diff) |
qsv_libav: silence compiler warning
warning: "/*" within comment
It's very noisy since this header gets pulled into everything.
Diffstat (limited to 'libhb/qsv_libav.h')
-rw-r--r-- | libhb/qsv_libav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/qsv_libav.h b/libhb/qsv_libav.h index df33ddcb5..3a1ebf7bf 100644 --- a/libhb/qsv_libav.h +++ b/libhb/qsv_libav.h @@ -78,7 +78,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * Note: Compilation would require: * - Intel MediaSDK headers, Full SDK is avaialble from the original web site: * http://software.intel.com/en-us/vcsource/tools/media-SDK - * Will be referenced as mfx/*.h (mfxdefs.h, mfxstructures.h, ... ) + * Will be referenced as mfx*.h (mfxdefs.h, mfxstructures.h, ... ) * and * - Final application has to link against Intel MediaSDK dispatcher, available * at MediaSDK as well |