Re: [linux-minidisc] netmd support for qhimdtransfer gui application


Am 21.12.2013 22:37, schrieb John Paul Adrian Glaubitz:
On 12/21/2013 10:28 PM, Thomas Arp wrote:
This is a bit difficult. libnetmd.h includes common.h which includes
utils.h.
Take a look at my comment in libnetmd_extended.h. Definition of min() in
utils.h is incompatible with the definition of min() used by taglib.
Hmm, I can't find min() defined anywhere in /usr/include/taglib. Are
you sure it comes from taglib? I also can't find it in the documentation
anywhere.

Adrian

Yes, you are right, i just remembered from my first try that utils.h is incompatible with taglib but it seem to work now.

We can include utils.h and move the needed function definitions from secure.c into libnetmd.h.

Thomas