diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/common.c')
-rw-r--r-- | src/libffmpeg/libavcodec/common.c | 2 |
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, |