[packages] mocp: revert libffmpeg-mini dependency to virtual libffmpeg

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32333 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-13 12:11:03 +00:00
parent 23146c918f
commit 51a077a0ce

View 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