From: jow Date: Mon, 6 Feb 2012 11:57:48 +0000 (+0000) Subject: [packages_10.03.2] baresip: merge r30328 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b82445a11e6eac69b0b29ff7eebfd029ca1ee664;p=10.03%2Fpackages.git [packages_10.03.2] baresip: merge r30328 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30329 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/baresip/patches/100-avcodec-compat.patch b/net/baresip/patches/100-avcodec-compat.patch new file mode 100644 index 0000000..2f412d6 --- /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 {