2f412d6dba4e6b03712b7af50d2a470129a4d1be
[openwrt/svn-archive/packages.git] / net / baresip / patches / 100-avcodec-compat.patch
1 --- a/modules/avformat/avf.c
2 +++ b/modules/avformat/avf.c
3 @@ -27,10 +27,7 @@
4
5
6 /* backward compat */
7 -#if defined (CODEC_TYPE_VIDEO)
8 -#undef AVMEDIA_TYPE_VIDEO
9 #define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO
10 -#endif
11
12
13 struct vidsrc_st {