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.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to