diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-24 19:44:15 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-24 19:44:15 +0000 |
commit | 48cea610fb17f84e1badb331b4dcddeac6171884 (patch) | |
tree | 86a92d3e2e85f4587ed465364c20294887dfae60 /configure | |
parent | 91fd156f9133efe0b35a17a59094196f9a860737 (diff) | |
download | mpv-48cea610fb17f84e1badb331b4dcddeac6171884.tar.bz2 mpv-48cea610fb17f84e1badb331b4dcddeac6171884.tar.xz |
Move the addition of basic include flags to configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22812 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7409,7 +7409,8 @@ if test "$_largefiles" = yes || freebsd ; then fi fi -CXXFLAGS="-I.. $CFLAGS -D__STDC_LIMIT_MACROS" +CFLAGS="-I. -I.. -I../libavutil $CFLAGS" +CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS" cat > $TMPC << EOF int main() { return 0; } |