But after I apply my patch its showing me the following error. $ *make fate* warning: only a subset of the fate tests will be run because SAMPLES is not specified TEST checkasm TEST source --- ./tests/ref/fate/source 2016-12-14 23:46:01.898790057 +0530 +++ tests/data/fate/source 2016-12-15 01:13:23.114993944 +0530 @@ -31,3 +31,5 @@ compat/float/float.h compat/float/limits.h compat/nvenc/nvEncodeAPI.h +libavutil/special_format.h +libswscale/nv12tiled2nv12.h *Test source failed. Look at tests/data/fate/source.err for details.* make: *** [fate-source] Error 1
But tests/data/fate/source.err is empty. One more thing the license header under my files is as follows, is it ok ?? */* * /Description of my patch/ * Copyright (c) 2016 Sunny Shukla </[email protected]/> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */* What am I missing ? Please help. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/make-fate-is-failing-tp4678569p4678575.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".
