[packages] baresip: make baresip-mod-avformat depend on libffmpeg-full, it is the...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 26 Jun 2012 08:55:42 +0000 (08:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 26 Jun 2012 08:55:42 +0000 (08:55 +0000)
SVN-Revision: 32501

net/baresip/Makefile

index 501319dd34147e06b1ed62920640b90dcd40752b..f325467f8a1242f599c19484e25539401b575ed2 100644 (file)
@@ -136,8 +136,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-mini))
-$(eval $(call BuildPlugin,avformat,FFmpeg video source,avformat,+PACKAGE_baresip-mod-avformat:libffmpeg-mini))
+$(eval $(call BuildPlugin,avcodec,FFmpeg video codecs,avcodec,+PACKAGE_baresip-mod-avcodec:libffmpeg-full))
+$(eval $(call BuildPlugin,avformat,FFmpeg video source,avformat,+PACKAGE_baresip-mod-avformat:libffmpeg-full))
 $(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,))