Alien-libsndfile

 view release on metacpan or  search on metacpan

lib/Alien/libsndfile.pm  view on Meta::CPAN


See also L<http://www.mega-nerd.com/libsndfile/> and L<Audio::Sndfile>

If you are authoring a CPAN distribution that requires libsndfile, you could
get the cflags by running this L<palien|App::palien> command:

   palien --cflags Alien::libsndfile

Or alternativly, this one-liner:

   perl -MAlien::libsndfile -E 'say Alien::libsndfile->cflags'

Run this command to obtain the library flags

   palien --cflags Alien::libsndfile

Or alternativly, this one-liner:

   perl -MAlien::libsndfile -E 'say Alien::libsndfile->libs'

See also L<palien|App::palien> and L<Alien::Base>

=head1 AUTHOR

Kang-min Liu <gugod@gugod.org>

=cut



( run in 0.390 second using v1.01-cache-2.11-cpan-483215c6ad5 )