]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l.c
Qt: code reindentation
[vlc] / modules / access / v4l.c
index 0fb0d2e658436ef4d1d7f095d4eb758e2afffff1..28c1a008425cd7a76b16905eab6fca362e6faa4a 100644 (file)
@@ -38,6 +38,7 @@
 #include <vlc_demux.h>
 #include <vlc_access.h>
 #include <vlc_picture.h>
+#include <vlc_charset.h>
 #include <vlc_fs.h>
 
 #include <sys/ioctl.h>
@@ -288,7 +289,7 @@ struct demux_sys_t
 #   define v4l1_ioctl ioctl
 #   define v4l1_mmap mmap
 #   define v4l1_munmap munmap
-#   define v4l1_open utf8_open
+#   define v4l1_open vlc_open
 #endif
 
 /*****************************************************************************