[x264-devel] commit: Fix typo in configure (Jason Garrett-Glaser )
git version control
git at videolan.org
Thu Jan 21 05:44:11 CET 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu Jan 14 10:39:10 2010 -0500| [7ff686756e042f625fae904d9e059cd489406ed8] | committer: Jason Garrett-Glaser
Fix typo in configure
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=7ff686756e042f625fae904d9e059cd489406ed8
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index e9ff21c..c066a54 100755
--- a/configure
+++ b/configure
@@ -418,7 +418,7 @@ if [ "$lavf_input" = "auto" ] ; then
lavf_input="no"
if [ `pkg-config --exists libavformat libavcodec libswscale 2>$DEVNULL` ] ; then
LAVF_LDFLAGS="$LAVF_LDFLAGS $(pkg-config --libs libavformat libavcodec libswscale)"
- LAVF_CDFLAGS="$LAVF_CFLAGS $(pkg-config --cflags libavformat libavcodec libswscale)"
+ LAVF_CFLAGS="$LAVF_CFLAGS $(pkg-config --cflags libavformat libavcodec libswscale)"
fi
if [ -z "$LAVF_LDFLAGS" -a -z "$LAVF_CFLAGS" ]; then
LAVF_LDFLAGS="-lavformat -lswscale"
More information about the x264-devel
mailing list