Hey all,

I wasn't able to compile trunk on Ubuntu 10.4 after m4a fixes have been 
committed.

First #include <mp4v2/mp4v2.h> in soundsoucem4a.cpp should be replaced 
the directive in soundsoucem4a.h, that is:
===================
#ifdef __MP4V2__
     #include <mp4v2/mp4v2.h>
#else
     #include <mp4.h>
#endif
====================

Now, Ubuntu can find the header files but still stops compilation at 
line 165
=== const MP4Tags *mp4tags = MP4TagsAlloc();===========

Thanks,

Tobias

------------------------------------------------------------------------------

_______________________________________________
Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to