public
Description: Ruby library for reading/writing vorbis comments
Homepage: http://code.jeremyevans.net/doc/ruby-vorbis_comment/
Clone URL: git://github.com/jeremyevans/ruby-vorbis_comment.git
ruby-vorbis_comment / extconf.rb
100644 5 lines (4 sloc) 0.136 kb
1
2
3
4
5
require 'mkmf'
find_library('ogg', 'ogg_sync_init')
find_library('vorbis', 'vorbis_comment_init')
create_makefile("vorbis_comment_ext")