Skip to content

Commit

Permalink
use local taglib binding
Browse files Browse the repository at this point in the history
  • Loading branch information
buganini committed Sep 12, 2012
1 parent bc5c27e commit 576ff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbsdconv
Expand Up @@ -23,7 +23,7 @@ from bsdconv import *
from ctypes import *
from gi.repository import Gtk, Gdk

taglib=CDLL('libtag_c.so')
taglib=CDLL('gbsdconv_taglib.so')

taglib.taglib_file_new.argtypes=[c_char_p]
taglib.taglib_file_new.restype=c_void_p
Expand Down

0 comments on commit 576ff16

Please sign in to comment.