Commit 5fb9ef32 authored by Rafaël Carré's avatar Rafaël Carré

avio: avformat.h / avio.h are always present

parent 1eba944c
...@@ -21,15 +21,9 @@ ...@@ -21,15 +21,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
/* ffmpeg header */ #include <libavformat/avformat.h>
#if defined(HAVE_LIBAVFORMAT_AVFORMAT_H) #include <libavformat/avio.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
int OpenAvio (vlc_object_t *); int OpenAvio (vlc_object_t *);
void CloseAvio(vlc_object_t *); void CloseAvio(vlc_object_t *);
int OutOpenAvio (vlc_object_t *); int OutOpenAvio (vlc_object_t *);
......
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