[x264-devel] commit: Fix typo in configure (James Darnley )
git at videolan.org
git at videolan.org
Sun Mar 28 04:44:25 CEST 2010
x264 | branch: master | James Darnley <james.darnley at gmail.com> | Sat Mar 6 18:28:07 2010 -0800| [632af6683de604141c636d659a2d229b61ba5ecb] | committer: Jason Garrett-Glaser
Fix typo in configure
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=632af6683de604141c636d659a2d229b61ba5ecb
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 165bb95..d46d849 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"
More information about the x264-devel
mailing list