OK, I changed PortMidi so that the dynamic libraries are "portmidi" 
rather than "portmidi_d" (e.g. libportmidi.so, not libportmidi_d.so).

In the process, I found a missing .h file added for Windows to define 
some things normally in stdint.h (which doesn't exist in Visual C). I 
decided to just put the definitions in-line for Windows to avoid extra 
.h files (you need to compile applications against portmidi.h and 
porttime.h).

Finally, I made a few changes to the CMake files.

I hope I haven't introduced any fatal problems. Everything runs on my 
machines. I'll be traveling for awhile, but please if you find any problems.

-Roger

_______________________________________________
media_api mailing list
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to