[x264-devel] Fix typo : LAVF_CDFLAGS ==> LAVF_CFLAGS
avcoder
ffmpeg at gmail.com
Thu Jan 14 15:32:46 CET 2010
Dear:
Fix typo
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"
--
-----------------------------------------------------------------------------------------
My key fingerprint: d1:03:f5:32:26:ff:d7:3c:e4:42:e3:51:ec:92:78:b2
Inspired by http://www.nextplayer.net. Your potential. Our passion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20100114/732d90de/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_typo.diff
Type: application/octet-stream
Size: 651 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20100114/732d90de/attachment.obj>
More information about the x264-devel
mailing list