From 7283f7738aedcd317e57c94246089ae2b7bdf344 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:09:58 +0100 Subject: [PATCH] libsndfile: add autoreconf support Signed-off-by: Stephan Raue --- packages/audio/libsndfile/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/audio/libsndfile/meta b/packages/audio/libsndfile/meta index faa80fe8e5..990ae0e786 100644 --- a/packages/audio/libsndfile/meta +++ b/packages/audio/libsndfile/meta @@ -12,3 +12,5 @@ PKG_SECTION="audio" PKG_SHORTDESC="libsndfile: A library for accessing various audio file formats" PKG_LONGDESC="libsndfile is a C library for reading and writing sound files such as AIFF, AU, WAV, and others through one standard interface. It can currently read/write 8, 16, 24 and 32-bit PCM files as well as 32 and 64-bit floating point WAV files and a number of compressed formats. It compiles and runs on *nix, MacOS, and Win32." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"