diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-01 04:00:18 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-01 04:00:18 +0100 |
commit | 19357940a57c565ebe319729bd08d6e4800aff5d (patch) | |
tree | 56c8f37132e27989ab0cef9ddf972bcae6565e33 /src/input/input_dvb.c | |
parent | dd9e47afa23c55c067aa7e3bc1a6321fcc985e2b (diff) | |
download | xine-lib-19357940a57c565ebe319729bd08d6e4800aff5d.tar.gz xine-lib-19357940a57c565ebe319729bd08d6e4800aff5d.tar.bz2 |
Update to the new FFmpeg's include directory.
This also allows to remove the comment stating the includes come from libavutil, as it's now explicit.
Diffstat (limited to 'src/input/input_dvb.c')
-rw-r--r-- | src/input/input_dvb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 1b86fcac5..677085c65 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -100,8 +100,7 @@ #endif #include <ctype.h> -/* libavutil from FFmpeg */ -#include <crc.h> +#include <libavutil/crc.h> /* XDG */ #include <basedir.h> |