mocp: revert libffmpeg-mini dependency to virtual libffmpeg
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 12:11:03 +0000 (12:11 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 12:11:03 +0000 (12:11 +0000)
SVN-Revision: 32333

sound/mocp/Makefile

index 4875adf1adc912519605eb9d3ae74241f9ba432d..c3437760344b915a60c35fe220cd6b54967d6660 100644 (file)
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/moc
   SECTION:=sound
   CATEGORY:=Sound
-  DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac +libsamplerate +PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libffmpeg-mini
+  DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac +libsamplerate +PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libffmpeg
   TITLE:=Music On Console
   URL:=http://moc.daper.net/
 endef