diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 20:50:29 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 20:50:29 +0000 |
commit | bf557e1bbabd298e06e57b2345f96a3fec657f34 (patch) | |
tree | 0cb2a13165718213256161bcb3dead8fd73f2fd7 /chrome/common/chrome_paths.h | |
parent | 774a996a8235bd91dbbdaf6418ad405810f3be5d (diff) | |
download | chromium_src-bf557e1bbabd298e06e57b2345f96a3fec657f34.zip chromium_src-bf557e1bbabd298e06e57b2345f96a3fec657f34.tar.gz chromium_src-bf557e1bbabd298e06e57b2345f96a3fec657f34.tar.bz2 |
Dynamically load FFmpeg DLLs if present and --enable-video is on.
If any of the DLLs fail to load or are not present, video is disabled.
Review URL: http://codereview.chromium.org/24025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 9300e99..dec6da9 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -32,6 +32,9 @@ enum { FILE_RECORDED_SCRIPT, // full path to the script.log file that contains // recorded browser events for playback. FILE_GEARS_PLUGIN, // full path to the gears.dll plugin file. + FILE_LIBAVCODEC, // full path to libavcodec media decoding library. + FILE_LIBAVFORMAT, // full path to libavformat media parsing library. + FILE_LIBAVUTIL, // full path to libavutil media utility library. // Valid only in development environment; TODO(darin): move these DIR_TEST_DATA, // directory where unit test data resides |