diff options
author | Philip Langdale <philipl@overt.org> | 2015-06-06 10:40:21 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2015-06-06 13:13:56 -0700 |
commit | 728c82a5325362471558795ae68a61781ff023b8 (patch) | |
tree | 6a2a8f90d4fd6a139d11e8167ab9948f9731ff78 | |
parent | 8a6536cbc0a930c92c4acbc5e440e45606606b21 (diff) | |
download | ffmpeg-728c82a5325362471558795ae68a61781ff023b8.tar.gz |
Revert "avcodec/Makefile: fix checkheaders for nvenc_b"
This reverts commit 3be811a528461816063059377fcb2ac60eabfa77.
Signed-off-by: Philip Langdale <philipl@overt.org>
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index b018a6725a..f89ed36a3d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -886,8 +886,6 @@ SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h SKIPHEADERS-$(CONFIG_LIBUTVIDEO) += libutvideo.h -SKIPHEADERS-$(CONFIG_H264_NVENC_ENCODER) += nvenc_b.h -SKIPHEADERS-$(CONFIG_HEVC_NVENC_ENCODER) += nvenc_b.h SKIPHEADERS-$(CONFIG_QSV) += qsv.h qsv_internal.h SKIPHEADERS-$(CONFIG_QSVDEC) += qsvdec.h SKIPHEADERS-$(CONFIG_QSVENC) += qsvenc.h |