23a1a784c9
Fix parsing of ID3v1 data, fix some off by one malloc()s and default album author to tracks' author.
13 lines
399 B
Text
13 lines
399 B
Text
$NetBSD: patch-aa,v 1.8 2004/02/20 00:41:16 abs Exp $
|
|
|
|
--- mserv/Makefile.in.orig Sun Aug 3 15:57:19 2003
|
|
+++ mserv/Makefile.in
|
|
@@ -130,7 +130,7 @@ target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
|
|
-INCLUDES = -I../hdr -DDATADIR=\"${datadir}\"
|
|
+INCLUDES = -I../hdr -DDATADIR=\"${datadir}\" -DBINDIR=\"${prefix}/bin\" -DPARSE_OGG_INFO=1
|
|
|
|
bin_PROGRAMS = mserv
|
|
|