diff options
author | Philip Langdale <philipl@overt.org> | 2018-11-17 08:16:28 -0800 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2018-11-17 08:18:51 -0800 |
commit | 420ab946ace27e4b4bfb6c2be0a65a4ffd6e05a1 (patch) | |
tree | 04596175d4ca3e912eb18de36db6b84e50fb1de3 /tests/ref/fate | |
parent | fbea2ea76ef9ec7119e91783bd7e460b2404df12 (diff) | |
download | ffmpeg-420ab946ace27e4b4bfb6c2be0a65a4ffd6e05a1.tar.gz |
avutil/cuda_check: Make sure this passes make fate-source
The header guards were unnecessarily non-standard and the c file
inclusion trick means the files dont't have standard licence
headers.
Based on a patch by: Martin Vignali <martin.vignali@gmail.com>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/source | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ref/fate/source b/tests/ref/fate/source index 4b9467aa77..b35f016127 100644 --- a/tests/ref/fate/source +++ b/tests/ref/fate/source @@ -1,6 +1,7 @@ Files without standard license headers: compat/avisynth/windowsPorts/basicDataTypeConversions.h compat/avisynth/windowsPorts/windows2linux.h +libavcodec/cuda_check.c libavcodec/file_open.c libavcodec/ilbcdata.h libavcodec/ilbcdec.c @@ -9,6 +10,7 @@ libavcodec/log2_tab.c libavcodec/reverse.c libavdevice/file_open.c libavdevice/reverse.c +libavfilter/cuda_check.c libavfilter/log2_tab.c libavformat/file_open.c libavformat/golomb_tab.c |