From: Jo-Philipp Wich Date: Mon, 6 Feb 2012 11:54:43 +0000 (+0000) Subject: [packages] baresip: fix build against libavcodec by removing broken compat code X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a91c8a34f9dbfa285912e509d792b940d812ab14;p=openwrt%2Fsvn-archive%2Farchive.git [packages] baresip: fix build against libavcodec by removing broken compat code SVN-Revision: 30328 --- diff --git a/net/baresip/patches/100-avcodec-compat.patch b/net/baresip/patches/100-avcodec-compat.patch new file mode 100644 index 0000000000..2f412d6dba --- /dev/null +++ b/net/baresip/patches/100-avcodec-compat.patch @@ -0,0 +1,13 @@ +--- a/modules/avformat/avf.c ++++ b/modules/avformat/avf.c +@@ -27,10 +27,7 @@ + + + /* backward compat */ +-#if defined (CODEC_TYPE_VIDEO) +-#undef AVMEDIA_TYPE_VIDEO + #define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO +-#endif + + + struct vidsrc_st {