summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 04:34:58 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 05:03:57 +0300
commit06a35804f37754e2d6ec5bdebe9d83fcddb1caf6 (patch)
treeeb14069a6843691395ed20773c8768e91a5c1153 /configure
parente1ef11f0f62cac4a848a4cc9bba2f06dee8fd362 (diff)
parent7398abf3899f953eda95d925df6bcc64b08461ed (diff)
downloadmpv-06a35804f37754e2d6ec5bdebe9d83fcddb1caf6.tar.bz2
mpv-06a35804f37754e2d6ec5bdebe9d83fcddb1caf6.tar.xz
Merge svn changes up to r26587
Conflicts: Makefile configure osdep/timer-darwin.c
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8507df187e..f564f64ad7 100755
--- a/configure
+++ b/configure
@@ -7635,7 +7635,7 @@ if test "$cc_vendor" = "gnu" ; then
fi
CFLAGS_FFMPEG="-I../.. $CFLAGS"
-CFLAGS="-I. -I../ffmpeg -I.. -I../ffmpeg/libavutil $CFLAGS"
+CFLAGS="-I. -Iffmpeg -Iffmpeg/libavutil $CFLAGS"
CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS"
cc_check -mno-omit-leaf-frame-pointer && CFLAG_NO_OMIT_LEAF_FRAME_POINTER="-mno-omit-leaf-frame-pointer"