diff options
Diffstat (limited to 'stream/vcd_read.h')
-rw-r--r-- | stream/vcd_read.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/vcd_read.h b/stream/vcd_read.h index b31abc0401..bd07b02d1f 100644 --- a/stream/vcd_read.h +++ b/stream/vcd_read.h @@ -7,7 +7,7 @@ #include <sys/ioctl.h> #include "mp_msg.h" #include "stream.h" -#include "libavutil/intreadwrite.h" +#include "ffmpeg_files/intreadwrite.h" //=================== VideoCD ========================== #if defined(__linux__) || defined(sun) || defined(__bsdi__) |