Hey, I'm trying to build Chromium (on OS X) in such a way that it can play mp4 video.
It looks as though `media/base/mime_util.cc` will consider video/mp4 unsupported unless USE_PROPRIETARY_CODECS is #defined. What is a good place in which to #define that?
And are there any other #defines I need to build Chromium to play the same kinds of video that Chrome plays? I also want to make sure that VerifyCodec in stream_parser_factory.cc gets all the same video_codecs and audio_codecs params as Chrome so that IsTypeSupported works correctly.
Jim