From a9adb0d4ad942f4d0cf99750fbc124b173ba0a38 Mon Sep 17 00:00:00 2001 From: James Darnley Date: Sat, 6 Mar 2010 18:28:07 -0800 Subject: [PATCH] Fix typo in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 165bb95a..d46d8497 100755 --- a/configure +++ b/configure @@ -546,7 +546,7 @@ if [ "$ffms_input" = "auto" ] ; then [ $ffms_bump -gt 0 ] && vbump=".$ffms_bump" if ${cross_prefix}pkg-config --atleast-version="$ffms_major.$ffms_minor$vmicro$vbump" ffms2 2>$DEVNULL; then FFMS2_LIBS="$FFMS2_LIBS $(${cross_prefix}pkg-config --libs ffms2)" - FFMS2_CFLAGS="$FFMS2_LIBS $(${cross_prefix}pkg-config --cflags ffms2)" + FFMS2_CFLAGS="$FFMS2_CFLAGS $(${cross_prefix}pkg-config --cflags ffms2)" api_check="no" else api_check="yes" -- 2.40.0