summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/mpegvideo_alpha.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2007-05-16 09:51:45 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-16 09:51:45 +0000
commitb550bfaa618da17c63c0ef132f938beaaaf0a3dc (patch)
tree8649acd2667fa63434f61c9ec45a0ad1d23a2725 /libavcodec/alpha/mpegvideo_alpha.c
parent14b2d010582861dfcf72428ffe226bbc6d0caeb4 (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/alpha/mpegvideo_alpha.c')
-rw-r--r--libavcodec/alpha/mpegvideo_alpha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/alpha/mpegvideo_alpha.c b/libavcodec/alpha/mpegvideo_alpha.c
index 8ad264b06f..9aa20f420b 100644
--- a/libavcodec/alpha/mpegvideo_alpha.c
+++ b/libavcodec/alpha/mpegvideo_alpha.c
@@ -20,8 +20,8 @@
*/
#include "asm.h"
-#include "../dsputil.h"
-#include "../mpegvideo.h"
+#include "dsputil.h"
+#include "mpegvideo.h"
static void dct_unquantize_h263_intra_axp(MpegEncContext *s, DCTELEM *block,
int n, int qscale)