]> git.sesse.net Git - vlc/commitdiff
* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.
authorGildas Bazin <gbazin@videolan.org>
Fri, 15 Oct 2004 21:41:34 +0000 (21:41 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 15 Oct 2004 21:41:34 +0000 (21:41 +0000)
modules/codec/ffmpeg/demux.c

index 7535f732454a8d291f6a5190f670c73b8be48745..e4dc0429ce977e96365cbb2c1c86925a67bd0d93 100644 (file)
 /* 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
  *****************************************************************************/