61ea3faf56
object-oriented interface to Ogg Vorbis information from Andreas Bihlmaier <andreas.bihlmaier at gmx.de>
12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
--- Header.pm.orig Wed May 21 12:15:13 2003
|
|
+++ Header.pm Fri Dec 8 23:52:44 2006
|
|
@@ -7,7 +7,7 @@ use warnings;
|
|
our $VERSION = '0.03';
|
|
|
|
use Inline C => 'DATA',
|
|
- LIBS => '-logg -lvorbis -lvorbisfile',
|
|
+ LIBS => '-L%%LOCALBASE%%/lib -logg -lvorbis -lvorbisfile',
|
|
INC => '-I/inc',
|
|
AUTO_INCLUDE => '#include "inc/vcedit.h"',
|
|
AUTO_INCLUDE => '#include "inc/vcedit.c"',
|