summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/common.c')
-rw-r--r--src/libffmpeg/libavcodec/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/common.c b/src/libffmpeg/libavcodec/common.c
index 24a9a1656..77b6d85d2 100644
--- a/src/libffmpeg/libavcodec/common.c
+++ b/src/libffmpeg/libavcodec/common.c
@@ -29,7 +29,7 @@
#define NDEBUG
#include <assert.h>
-#include "../bswap.h"
+#include "xine-engine/bswap.h"
void init_put_bits(PutBitContext *s,
UINT8 *buffer, int buffer_size,