From e3c5db48155034816bdf103955f0c371f5e1a73f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:09:57 +0100 Subject: [PATCH] libmms: add autoreconf support Signed-off-by: Stephan Raue --- packages/audio/libmms/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/audio/libmms/meta b/packages/audio/libmms/meta index ad9500651c..c54498a21c 100644 --- a/packages/audio/libmms/meta +++ b/packages/audio/libmms/meta @@ -12,3 +12,5 @@ PKG_SECTION="audio" PKG_SHORTDESC="libmms: a common library for parsing mms:// and mmsh:// type network streams." PKG_LONGDESC="LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"