[packages] baresip: fix build against libavcodec by removing broken compat code
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30328 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c90908e7b0
commit
fef6743dcf
13
net/baresip/patches/100-avcodec-compat.patch
Normal file
13
net/baresip/patches/100-avcodec-compat.patch
Normal file
@ -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 {
|
Loading…
x
Reference in New Issue
Block a user