Commit 71bd25d9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

avcodec: add backwards compatibility headerfile libavutils/old_pix_fmts.h

parent c922115f
......@@ -29,6 +29,10 @@
# define av_sample_fmt_is_planar(x) (0)
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 54, 92, 100 )
# include <libavutil/pixfmt.h>
# include <libavutil/old_pix_fmts.h>
#endif
#include "chroma.h"
/* VLC <-> avcodec tables */
......
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