17.10.2013, 13:16, "gstreamer MACOSX" <gstreamermac...@gmail.com>: > Yes. And ... so... what ?I mean: time could be spent grep-ing and placing > traces everywhere in source code to figure out what happens at the end. > However more (fine-tuned ;-) "support" would have been expected from this > mailling-list. Hope nobody feels offended.
cd Source/WebCore git grep MediaPlayerPrivate | grep class Finds ALL possible implementations of MediaPlayer. vi platform/graphics/MediaPlayer.cpp Add "#error <media player type>" to each clause of #if. Finds implementations of MediaPlayer used in current configuration. There is no possibility to have HTML5 audio and video working without one of MediaPlayerPrivate implementations. -- Regards, Konstantin _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help