forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for windows def generation from sigs.
Used to generate the export table for the MSVC build of ffmpeg. Necessary since we don't want to decorate all the ffmpeg methods we use with __declspec(dllexport) a la MEDIA_EXPORT. Doing things this way allows us to keep the security of having an explicit whitelist for ffmpeg symbols. BUG=39887 TEST=MSVC version of ffmpeg builds and runs. Unittests. Review URL: https://codereview.chromium.org/11027054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160524 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
dalecurtis@google.com
committed
Oct 6, 2012
1 parent
2a625c1
commit 4bfa62a
Showing
1 changed file
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters