Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F FFmpeg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • sixue.cheng
  • FFmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • Makefile
Find file BlameHistoryPermalink
  • James Almer's avatar
    Add Windows resource file support for shared libraries · 56572787
    James Almer authored Dec 05, 2013
    Originally written by James Almer <jamrial@gmail.com>
    
    With the following contributions by Timothy Gu <timothygu99@gmail.com>
    
    * Use descriptions of libraries from the pkg-config file generation function
    * Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser)
    * Use "FFmpeg" for ProductName as MSDN says "name of the product with which the
      file is distributed" [1].
    * Use FFmpeg's version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1].
    * Only build the .rc files when --enable-small is not enabled.
    
    [1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx
    
    Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
    Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
    56572787

Replace Makefile

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.