diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-02-15 15:10:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-02-15 15:10:37 +0000 |
commit | e55a9fc97b03ded391589ca333b2fdc753dd2302 (patch) | |
tree | b423c6f178008a6d4597ceabd2dfe1111fefddd9 /multimedia/gstreamer1-vaapi | |
parent | 3b1875b2736807a51268d6a9fef21304c61a014a (diff) | |
download | ports-e55a9fc97b03ded391589ca333b2fdc753dd2302.tar.gz ports-e55a9fc97b03ded391589ca333b2fdc753dd2302.zip |
Fix build with libva 2.1.0 (r461668).
Obtained from: https://github.com/GStreamer/gstreamer-vaapi/commit/0d710edb0684c5f461bf7d77814d559114d9179a
Notes
Notes:
svn path=/head/; revision=461929
Diffstat (limited to 'multimedia/gstreamer1-vaapi')
-rw-r--r-- | multimedia/gstreamer1-vaapi/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/gstreamer1-vaapi/files/patch-configure b/multimedia/gstreamer1-vaapi/files/patch-configure index 2be803469592..3d835c1e85a8 100644 --- a/multimedia/gstreamer1-vaapi/files/patch-configure +++ b/multimedia/gstreamer1-vaapi/files/patch-configure @@ -6,13 +6,13 @@ if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libva >= \$VAAPI_REQ libva < 0.99.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libva >= $VAAPI_REQ libva < 0.99.0") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libva >= \$VAAPI_REQ libva <= 1.0.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "libva >= $VAAPI_REQ libva <= 1.0.0") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libva >= \$VAAPI_REQ libva != 0.99.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "libva >= $VAAPI_REQ libva != 0.99.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_LIBVA_CFLAGS=`$PKG_CONFIG --cflags "libva >= $VAAPI_REQ libva < 0.99.0" 2>/dev/null` -+ pkg_cv_LIBVA_CFLAGS=`$PKG_CONFIG --cflags "libva >= $VAAPI_REQ libva <= 1.0.0" 2>/dev/null` ++ pkg_cv_LIBVA_CFLAGS=`$PKG_CONFIG --cflags "libva >= $VAAPI_REQ libva != 0.99.0" 2>/dev/null` else pkg_failed=yes fi @@ -22,13 +22,13 @@ if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libva >= \$VAAPI_REQ libva < 0.99.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libva >= $VAAPI_REQ libva < 0.99.0") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libva >= \$VAAPI_REQ libva < 1.00.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "libva >= $VAAPI_REQ libva <= 1.0.0") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libva >= \$VAAPI_REQ libva != 0.99.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "libva >= $VAAPI_REQ libva != 0.99.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_LIBVA_LIBS=`$PKG_CONFIG --libs "libva >= $VAAPI_REQ libva < 0.99.0" 2>/dev/null` -+ pkg_cv_LIBVA_LIBS=`$PKG_CONFIG --libs "libva >= $VAAPI_REQ libva <= 1.0.0" 2>/dev/null` ++ pkg_cv_LIBVA_LIBS=`$PKG_CONFIG --libs "libva >= $VAAPI_REQ libva != 0.99.0" 2>/dev/null` else pkg_failed=yes fi @@ -37,16 +37,16 @@ fi if test $_pkg_short_errors_supported = yes; then - LIBVA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libva >= $VAAPI_REQ libva < 0.99.0"` -+ LIBVA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libva >= $VAAPI_REQ libva <= 1.0.0"` ++ LIBVA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libva >= $VAAPI_REQ libva != 0.99.0"` else - LIBVA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libva >= $VAAPI_REQ libva < 0.99.0"` -+ LIBVA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libva >= $VAAPI_REQ libva <= 1.0.0"` ++ LIBVA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libva >= $VAAPI_REQ libva != 0.99.0"` fi # Put the nasty error message in config.log where it belongs echo "$LIBVA_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (libva >= $VAAPI_REQ libva < 0.99.0) were not met: -+ as_fn_error $? "Package requirements (libva >= $VAAPI_REQ libva <= 1.0.0) were not met: ++ as_fn_error $? "Package requirements (libva >= $VAAPI_REQ libva != 0.99.0) were not met: $LIBVA_PKG_ERRORS |