diff options
author | Ronald S. Bultje <[email protected]> | 2007-05-16 09:51:45 +0000 |
---|---|---|
committer | Diego Biurrun <[email protected]> | 2007-05-16 09:51:45 +0000 |
commit | b550bfaa618da17c63c0ef132f938beaaaf0a3dc (patch) | |
tree | 8649acd2667fa63434f61c9ec45a0ad1d23a2725 /libavcodec/armv4l/dsputil_arm.c | |
parent | 14b2d010582861dfcf72428ffe226bbc6d0caeb4 (diff) |
Add libavcodec to compiler include flags in order to simplify header
include paths in the source files.
mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/armv4l/dsputil_arm.c')
-rw-r--r-- | libavcodec/armv4l/dsputil_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/armv4l/dsputil_arm.c b/libavcodec/armv4l/dsputil_arm.c index 61b5fdacc4..ac4dab211a 100644 --- a/libavcodec/armv4l/dsputil_arm.c +++ b/libavcodec/armv4l/dsputil_arm.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "../dsputil.h" +#include "dsputil.h" #ifdef HAVE_IPP #include "ipp.h" #endif |