blob: 949357430d4c524803814f9d155fac0161df1a74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/libffmpeg/xine_decoder.c.orig Fri Oct 19 21:17:15 2001
+++ src/libffmpeg/xine_decoder.c Fri Oct 19 21:17:39 2001
@@ -38,8 +38,8 @@
#include "buffer.h"
#include "metronom.h"
-#include "libavcodec/avcodec.h"
-#include "libavcodec/dsputil.h"
+#include <libavcodec/avcodec.h>
+#include <libavcodec/dsputil.h>
/* now this is ripped of wine's vfw.h */
typedef struct {
|