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

avformat: avformat.h is always present

parent 5fb9ef32
......@@ -56,9 +56,6 @@
//#define AVFORMAT_DEBUG 1
/* Version checking */
#if defined(HAVE_FFMPEG_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_AVFORMAT_H)
# define HAVE_AVUTIL_CODEC_ATTACHMENT 1
/*****************************************************************************
......@@ -1035,5 +1032,3 @@ static int64_t IOSeek( void *opaque, int64_t offset, int whence )
return stream_Tell( p_demux->s );
}
#endif /* HAVE_LIBAVFORMAT_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