From 8a6b5a724bd3ed826c3e6b58962ca3da8707f7ca Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 12 Jun 2012 23:47:47 +0000 Subject: [PATCH] [packages] baresip: baresip-mod-avcodec and baresip-mod-avformat depend on libffmpeg-mini git-svn-id: svn://svn.openwrt.org/openwrt/packages@32290 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/baresip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 12e4de8a5..0a91d7f81 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -134,8 +134,8 @@ endef $(eval $(call BuildPackage,baresip)) $(eval $(call BuildPlugin,alsa,ALSA audio driver,alsa,+PACKAGE_baresip-mod-alsa:alsa-lib)) -$(eval $(call BuildPlugin,avcodec,FFmpeg video codecs,avcodec,+PACKAGE_baresip-mod-avcodec:libffmpeg)) -$(eval $(call BuildPlugin,avformat,FFmpeg video source,avformat,+PACKAGE_baresip-mod-avformat:libffmpeg)) +$(eval $(call BuildPlugin,avcodec,FFmpeg video codecs,avcodec,+PACKAGE_baresip-mod-avcodec:libffmpeg-mini)) +$(eval $(call BuildPlugin,avformat,FFmpeg video source,avformat,+PACKAGE_baresip-mod-avformat:libffmpeg-mini)) $(eval $(call BuildPlugin,cons,console UI,cons,)) $(eval $(call BuildPlugin,evdev,input event device UI,evdev,)) $(eval $(call BuildPlugin,g711,G.711 audio codec,g711,))