Thanks, I will try this as soon as possible and sort it out as appropriate. I will let you know what the results are.
-Ilias
IOhannes m zmoelnig wrote:
Ilias Anagnostopoulos wrote:
Hello IOhannes,
I will check it again tomorrow and if I can make a better solution work, I'll implement it.
As for the libmpeg1 vs libmpeg3, how would I specify which one I want to use then? Or does it figure this out on its own at compile time?
it should automatically disable libmpeg1 if libmpeg3 is found (but not very careful crafting has been spent on this).
if there is no libmpeg1 available, Gem will build without. (if there is no libmpeg3 available, Gem will build without)
you can manually disable support for certain libraries by using configure-flags: "--without-mpeg1" will do...
fgmasr IOhannes