swresampleres.rc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*
  2. * Windows resource file for libswresample
  3. *
  4. * Copyright (C) 2012 James Almer
  5. * Copyright (C) 2013 Tiancheng "Timothy" Gu
  6. *
  7. * This file is part of FFmpeg.
  8. *
  9. * FFmpeg is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation; either
  12. * version 2.1 of the License, or (at your option) any later version.
  13. *
  14. * FFmpeg is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Lesser General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Lesser General Public
  20. * License along with FFmpeg; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  22. */
  23. #include <windows.h>
  24. #include "libswresample/version.h"
  25. #include "libavutil/ffversion.h"
  26. #include "config.h"
  27. 1 VERSIONINFO
  28. FILEVERSION LIBSWRESAMPLE_VERSION_MAJOR, LIBSWRESAMPLE_VERSION_MINOR, LIBSWRESAMPLE_VERSION_MICRO, 0
  29. PRODUCTVERSION LIBSWRESAMPLE_VERSION_MAJOR, LIBSWRESAMPLE_VERSION_MINOR, LIBSWRESAMPLE_VERSION_MICRO, 0
  30. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  31. FILEOS VOS_NT_WINDOWS32
  32. FILETYPE VFT_DLL
  33. {
  34. BLOCK "StringFileInfo"
  35. {
  36. BLOCK "040904B0"
  37. {
  38. VALUE "CompanyName", "FFmpeg Project"
  39. VALUE "FileDescription", "FFmpeg audio resampling library"
  40. VALUE "FileVersion", AV_STRINGIFY(LIBSWRESAMPLE_VERSION)
  41. VALUE "InternalName", "libswresample"
  42. VALUE "LegalCopyright", "Copyright (C) 2000-" AV_STRINGIFY(CONFIG_THIS_YEAR) " FFmpeg Project"
  43. VALUE "OriginalFilename", "swresample" BUILDSUF "-" AV_STRINGIFY(LIBSWRESAMPLE_VERSION_MAJOR) SLIBSUF
  44. VALUE "ProductName", "FFmpeg"
  45. VALUE "ProductVersion", FFMPEG_VERSION
  46. }
  47. }
  48. BLOCK "VarFileInfo"
  49. {
  50. VALUE "Translation", 0x0409, 0x04B0
  51. }
  52. }