[vlc-devel] [RFC][PATCH] fix mozplug toolbar

KH KH kwizart at gmail.com
Wed Jun 18 18:21:01 CEST 2008


>> Pkgconfig detection is supported to work with all
>> But you will hit a mozilla-config.h detection problem.
>> And that's the presice point that need to be improved for the mozilla
>> vlc module.
>> According to C.Aillon (our xulrunner/firefox maintainer),
>> mozilla-config.h have to be avoided.
Actually that wasn't true, you need to switch firefox-plugin to libxul
in configure.ac
Now you will have a mozilla-config.h missing complain because
mozilla-config.h won't be in the include path

And there is one good reason why it is not in the default include path:
It is not supposed to be used anymore.

If you look at the patch for 0.8.6, you can see what can be tweaked
for building the mozilla vlc module with the xulrunner headers

Nicolas (kwizart)

>
> mozilla-config.h is pretty easy to locate:
>
> $ locate mozilla-config.h
> /home/docbill/Download/xulrunner-1.8.0.4/mozilla/mozilla-config.h
> /home/docbill/Download/xulrunner-1.8.0.4/mozilla/dist/include/mozilla-config.h
> /home/docbill/Download/xulrunner-1.8.0.4/mozilla/dist/sdk/include/mozilla-config.h
> /usr/include/xulrunner-sdk-1.9/mozilla-config.h
> /usr/include/xulrunner-sdk-1.9/unstable/mozilla-config.h
>
> The configuration program is not complaining it can't find
> mozilla-config.h, it is complaining it can't find an executable called
> "mozilla-config".
> Is there a way I can tell configure where mozilla-config.h is and bypass
> this test?
>
>
> Bill
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



More information about the vlc-devel mailing list