Ticket #39199: patch-libquvi-0.9.diff
File patch-libquvi-0.9.diff, 2.6 KB (added by Ionic (Mihai Moldovan), 11 years ago) |
---|
-
configure
old new 15674 15674 pkg_cv_libquvi_CFLAGS="$libquvi_CFLAGS" 15675 15675 elif test -n "$PKG_CONFIG"; then 15676 15676 if test -n "$PKG_CONFIG" && \ 15677 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libquvi >= 0.4.0\""; } >&515678 ($PKG_CONFIG --exists --print-errors "libquvi >= 0.4.0") 2>&515677 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libquvi-0.9 >= 0.4.0\""; } >&5 15678 ($PKG_CONFIG --exists --print-errors "libquvi-0.9 >= 0.4.0") 2>&5 15679 15679 ac_status=$? 15680 15680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 15681 15681 test $ac_status = 0; }; then 15682 pkg_cv_libquvi_CFLAGS=`$PKG_CONFIG --cflags "libquvi >= 0.4.0" 2>/dev/null`15682 pkg_cv_libquvi_CFLAGS=`$PKG_CONFIG --cflags "libquvi-0.9 >= 0.4.0" 2>/dev/null` 15683 15683 else 15684 15684 pkg_failed=yes 15685 15685 fi … … 15690 15690 pkg_cv_libquvi_LIBS="$libquvi_LIBS" 15691 15691 elif test -n "$PKG_CONFIG"; then 15692 15692 if test -n "$PKG_CONFIG" && \ 15693 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libquvi >= 0.4.0\""; } >&515694 ($PKG_CONFIG --exists --print-errors "libquvi >= 0.4.0") 2>&515693 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libquvi-0.9 >= 0.4.0\""; } >&5 15694 ($PKG_CONFIG --exists --print-errors "libquvi-0.9 >= 0.4.0") 2>&5 15695 15695 ac_status=$? 15696 15696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 15697 15697 test $ac_status = 0; }; then 15698 pkg_cv_libquvi_LIBS=`$PKG_CONFIG --libs "libquvi >= 0.4.0" 2>/dev/null`15698 pkg_cv_libquvi_LIBS=`$PKG_CONFIG --libs "libquvi-0.9 >= 0.4.0" 2>/dev/null` 15699 15699 else 15700 15700 pkg_failed=yes 15701 15701 fi … … 15715 15715 _pkg_short_errors_supported=no 15716 15716 fi 15717 15717 if test $_pkg_short_errors_supported = yes; then 15718 libquvi_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libquvi >= 0.4.0" 2>&1`15718 libquvi_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libquvi-0.9 >= 0.4.0" 2>&1` 15719 15719 else 15720 libquvi_PKG_ERRORS=`$PKG_CONFIG --print-errors "libquvi >= 0.4.0" 2>&1`15720 libquvi_PKG_ERRORS=`$PKG_CONFIG --print-errors "libquvi-0.9 >= 0.4.0" 2>&1` 15721 15721 fi 15722 15722 # Put the nasty error message in config.log where it belongs 15723 15723 echo "$libquvi_PKG_ERRORS" >&5 -
src/ccquvi
old new 7 7 #include <string> 8 8 #include <map> 9 9 10 #include <quvi /quvi.h>10 #include <quvi-0.9/quvi.h> 11 11 #include <compat/options.h> 12 12 #include <compat/media.h> 13 13 #include <compat/error.h>