]> git.sesse.net Git - ffmpeg/commit
Append the user CPPFLAGS value to the CPPFLAGS used for compilation,
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 12 Jul 2009 15:50:25 +0000 (15:50 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 12 Jul 2009 15:50:25 +0000 (15:50 +0000)
commit04a803bef44e1929d3556c74c68e66b5124d7a3a
treee923a3a29997ad35a713c6044d5f90ff83194d8e
parent0115927eaeec157314bcc8e10a61c47e153adf5c
Append the user CPPFLAGS value to the CPPFLAGS used for compilation,
rather than prepend it.

This way there is the guarantee that the included headers are those in
the FFmpeg sources, rather than pre-installed headers referenced by
the user CPPFLAGS.

Originally committed as revision 19416 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak