]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio_internal.h
build: fix standalone compilation of OMA muxer
[ffmpeg] / libavformat / avio_internal.h
index 6630aaf61d44d8916dda5b5483978a042166a4ab..f2ccc3662326ed4810de794ec4b4bdc4666a603b 100644 (file)
 #include "avio.h"
 #include "url.h"
 
+#include "libavutil/log.h"
+
+extern const AVClass ffio_url_class;
+
 int ffio_init_context(AVIOContext *s,
                   unsigned char *buffer,
                   int buffer_size,
@@ -98,4 +102,4 @@ int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size);
  */
 int ffio_fdopen(AVIOContext **s, URLContext *h);
 
-#endif // AVFORMAT_AVIO_INTERNAL_H
+#endif /* AVFORMAT_AVIO_INTERNAL_H */