gmediaserver-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gmediaserver-devel] Ugly (but working) single day coding TagLib hac


From: Jiri Wichern
Subject: Re: [gmediaserver-devel] Ugly (but working) single day coding TagLib hack
Date: Sun, 18 Dec 2005 01:50:01 +0100

Hi Oskar,

I've made the diff. You have to install taglib first. (I used version 1.4)
Then ./configure with favorite options and make.
When the compiler exits at no rule to make taglib_wrapper.o, you can gcc it by hand in the src directory with: gcc -Wall -g -c -O2 -o taglib_wrapper.o taglib_wrapper.cpp -I.. -I/usr/??/include/taglib
After that another make will 'make' everything withouth any linking errors.
I've removed a lot of excess code in comparison with the version in the maillist. That code was made before I discovered only one instance of an ID3 struct is used in the program at any one time. I thought I had to expect multiple ID3 structs - and so, using taglib, multiple instances of the taglib classes. This code is much simpler and it does the same job faster/leaner/etc.
Things still to do: -'integrate' compiling taglib_wrapper.o in the makefile -Writing better configure scripts(?)

Regards, Jiri.

Attachment: gmediaserver-8.2.0-taglib_diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]