Module: libav Branch: master Commit: 8349bedfa5eac7f261ac43053a2f66b894bac288
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Mon Jun 1 13:46:40 2015 +0300 configure: Remove some unnecessary exported config items The only need to be listed if they are to be used in ifdefs from within the code - config items used as dependencies only within configure don't need to be exported. Signed-off-by: Martin Storsjö <[email protected]> --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 4c4783c..af9d7a5 100755 --- a/configure +++ b/configure @@ -1529,8 +1529,6 @@ TOOLCHAIN_FEATURES=" TYPES_LIST=" CONDITION_VARIABLE_Ptr - DXVA_PicParams_HEVC - ID3D11VideoDecoder socklen_t struct_addrinfo struct_group_source_req _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
