502cec0616
Audio::Scan is a C-based scanner for audio file metadata and tag information. It currently supports MP3 via an included version of libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF, WAV, AIFF, Musepack, and Monkey's Audio.
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2009/10/07 21:14:05 sthen Exp $
|
|
--- Makefile.PL.orig Fri Oct 2 15:34:38 2009
|
|
+++ Makefile.PL Fri Oct 2 15:34:48 2009
|
|
@@ -87,7 +87,7 @@ for my $incdir ( $flac_inc, @check ) {
|
|
}
|
|
}
|
|
else {
|
|
- push @LIBS, '-lFLAC';
|
|
+ push @LIBS, '-lFLAC -logg';
|
|
}
|
|
|
|
last;
|