]> git.sesse.net Git - vlc/blobdiff - modules/access/avio.h
XCB: remove -x11-shm option
[vlc] / modules / access / avio.h
index 514824b72ff1725f9da52c8cb7a22512db490401..c0de75c5a2a1f364f494ac7839c866ea28ee1e6f 100644 (file)
@@ -24,6 +24,9 @@
 /* ffmpeg header */
 #if defined(HAVE_LIBAVFORMAT_AVFORMAT_H)
 #   include <libavformat/avformat.h>
+#   if defined(HAVE_LIBAVFORMAT_AVIO_H)
+#      include <libavformat/avio.h>
+#   endif
 #elif defined(HAVE_FFMPEG_AVFORMAT_H)
 #   include <ffmpeg/avformat.h>
 #endif