Commit 7c73ae5f authored by Gildas Bazin's avatar Gildas Bazin

* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.

parent 31e92569
......@@ -45,6 +45,10 @@
/* Version checking */
#if (LIBAVFORMAT_BUILD >= 4611) && defined(HAVE_LIBAVFORMAT)
#if LIBAVFORMAT_BUILD >= 4619
# define av_seek_frame(a,b,c) av_seek_frame(a,b,c,AVSEEK_FLAG_BYTE)
#endif
/*****************************************************************************
* demux_sys_t: demux descriptor
*****************************************************************************/
......
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