[FFmpeg-user] make fate is failing ?
ssshukla26
ssshukla26 at gmail.com
Wed Dec 14 22:33:47 EET 2016
My *include guards* were improper.
For *libavutil/special_format.h* It must be as follows.
#ifndef AVUTIL_SPECIAL_FORMAT_H
#define AVUTIL_SPECIAL_FORMAT_H
For *libswscale/nv12tiled2nv12.h* it must be as follows.
#ifndef SWSCALE_NV12TILED2NV12_H
#define SWSCALE_NV12TILED2NV12_H
Now make fate is working properly.
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/make-fate-is-failing-tp4678569p4678577.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list