Commit c61f756d authored by Rafaël Carré's avatar Rafaël Carré

fix building with recent FFmpeg (typo)

parent 704d7bec
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <vlc/sout.h> #include <vlc/sout.h>
/* ffmpeg header */ /* ffmpeg header */
#ifdef HAVE_LIBAVCODEC_AVFORMAT_H #ifdef HAVE_LIBAVFORMAT_AVFORMAT_H
# include <libavformat/avformat.h> # include <libavformat/avformat.h>
#elif defined(HAVE_FFMPEG_AVFORMAT_H) #elif defined(HAVE_FFMPEG_AVFORMAT_H)
# include <ffmpeg/avformat.h> # include <ffmpeg/avformat.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment