[x264-devel] commit: Fix typo in r1797 (Jason Garrett-Glaser )
git at videolan.org
git at videolan.org
Fri Nov 26 01:47:58 CET 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu Nov 25 16:47:29 2010 -0800| [e89c4cfc9f37d0b7684507974b333545b5bcc37a] | committer: Jason Garrett-Glaser
Fix typo in r1797
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=e89c4cfc9f37d0b7684507974b333545b5bcc37a
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index cf7b1bd..27e9e69 100755
--- a/configure
+++ b/configure
@@ -655,7 +655,7 @@ if [ "$swscale" = "yes" ]; then
CFLAGS="$CFLAGS $LAVF_CFLAGS"
define HAVE_LAVF
fi
- if [ "ffms" = "yes" ]; then
+ if [ "$ffms" = "yes" ]; then
LDFLAGSCLI="$FFMS2_LIBS $LDFLAGSCLI"
CFLAGS="$CFLAGS $FFMS2_CFLAGS"
define HAVE_FFMS
More information about the x264-devel
mailing list