SDL_mixer: Switched external dependencies to git submodules

From 960a9c7e8094e86511401aa4d94a148e3d114b26 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 7 May 2022 16:16:06 -0700
Subject: [PATCH] Switched external dependencies to git submodules

---
 .gitmodules                                   |    32 +
 Android.mk                                    |    10 +-
 CMakeLists.txt                                |    16 +-
 .../UWP_VS2015/SDL_mixer-UWP.vcxproj          |    14 +-
 .../UWP_VS2015/libogg_dynamic-UWP.vcxproj     |    34 +-
 .../UWP_VS2015/libvorbis_dynamic-UWP.vcxproj  |   152 +-
 .../libvorbisfile_dynamic-UWP.vcxproj         |    28 +-
 .../SDL_mixer-WinPhone80.vcxproj              |    10 +-
 .../libogg_dynamic-WinPhone80.vcxproj         |    26 +-
 .../libvorbis_dynamic-WinPhone80.vcxproj      |   144 +-
 .../libvorbisfile_dynamic-WinPhone80.vcxproj  |    20 +-
 .../SDL_mixer-WinPhone81.vcxproj              |     8 +-
 .../libogg_dynamic-WinPhone81.vcxproj         |    26 +-
 .../libvorbis_dynamic-WinPhone81.vcxproj      |   144 +-
 .../libvorbisfile_dynamic-WinPhone81.vcxproj  |    20 +-
 .../WinRT80_VS2012/SDL_mixer-WinRT80.vcxproj  |    14 +-
 .../libogg_dynamic-WinRT80.vcxproj            |    34 +-
 .../libvorbis_dynamic-WinRT80.vcxproj         |   152 +-
 .../libvorbisfile_dynamic-WinRT80.vcxproj     |    28 +-
 .../WinRT81_VS2013/SDL_mixer-WinRT81.vcxproj  |    14 +-
 .../libogg_dynamic-WinRT81.vcxproj            |    34 +-
 .../libvorbis_dynamic-WinRT81.vcxproj         |   152 +-
 .../libvorbisfile_dynamic-WinRT81.vcxproj     |    28 +-
 Xcode/FLAC/FLAC.xcodeproj/project.pbxproj     |    84 +-
 .../libmodplug.xcodeproj/project.pbxproj      |    88 +-
 Xcode/mpg123/arm64/config.h                   |    81 +-
 Xcode/mpg123/armv7/config.h                   |    81 +-
 Xcode/mpg123/config.xcconfig                  |     6 +-
 Xcode/mpg123/mpg123.h                         |   716 +-
 Xcode/mpg123/mpg123.xcodeproj/project.pbxproj |   166 +-
 Xcode/mpg123/x86_64/config.h                  |    81 +-
 Xcode/ogg/ogg.xcodeproj/project.pbxproj       |    18 +-
 Xcode/opus/opus.xcodeproj/project.pbxproj     |   334 +-
 Xcode/tremor/tremor.xcodeproj/project.pbxproj |    34 +-
 Xcode/vorbis/vorbis.xcodeproj/project.pbxproj |    56 +-
 external/flac                                 |     1 +
 external/flac-1.3.4.patch                     |   329 -
 external/flac-1.3.4/AUTHORS                   |    58 -
 external/flac-1.3.4/Android.mk                |    48 -
 external/flac-1.3.4/CMakeLists.txt            |   156 -
 external/flac-1.3.4/COPYING.FDL               |   397 -
 external/flac-1.3.4/COPYING.GPL               |   339 -
 external/flac-1.3.4/COPYING.LGPL              |   504 -
 external/flac-1.3.4/COPYING.Xiph              |    29 -
 external/flac-1.3.4/FLAC-vs2005.sln           |   249 -
 external/flac-1.3.4/FLAC.sln                  |   278 -
 external/flac-1.3.4/Makefile.am               |    62 -
 external/flac-1.3.4/Makefile.deps             |    39 -
 external/flac-1.3.4/Makefile.in               |   925 -
 external/flac-1.3.4/Makefile.lite             |    77 -
 external/flac-1.3.4/README                    |   337 -
 external/flac-1.3.4/aclocal.m4                |  1239 -
 external/flac-1.3.4/android/config.h          |   260 -
 external/flac-1.3.4/ar-lib                    |   271 -
 external/flac-1.3.4/autogen.sh                |    66 -
 external/flac-1.3.4/build/Makefile.am         |    23 -
 external/flac-1.3.4/build/Makefile.in         |   510 -
 external/flac-1.3.4/build/compile.mk          |    49 -
 external/flac-1.3.4/build/config.mk           |   159 -
 external/flac-1.3.4/build/exe.mk              |   107 -
 external/flac-1.3.4/build/lib.mk              |   138 -
 external/flac-1.3.4/cmake/CheckCPUArch.c.in   |     7 -
 external/flac-1.3.4/cmake/CheckCPUArch.cmake  |    23 -
 external/flac-1.3.4/cmake/FindOgg.cmake       |    26 -
 .../cmake/UseSystemExtensions.cmake           |    73 -
 external/flac-1.3.4/compile                   |   348 -
 external/flac-1.3.4/config.cmake.h.in         |   234 -
 external/flac-1.3.4/config.guess              |  1486 -
 external/flac-1.3.4/config.h.in               |   261 -
 external/flac-1.3.4/config.rpath              |     0
 external/flac-1.3.4/config.sub                |  1790 --
 external/flac-1.3.4/configure                 | 24047 ----------------
 external/flac-1.3.4/configure.ac              |   634 -
 external/flac-1.3.4/depcomp                   |   791 -
 external/flac-1.3.4/doc/CMakeLists.txt        |    54 -
 external/flac-1.3.4/doc/Doxyfile.in           |  1784 --
 external/flac-1.3.4/doc/FLAC.tag              | 12862 ---------
 external/flac-1.3.4/doc/Makefile.am           |    41 -
 external/flac-1.3.4/doc/Makefile.in           |   763 -
 external/flac-1.3.4/doc/Makefile.lite         |    29 -
 external/flac-1.3.4/doc/doxygen.footer.html   |    25 -
 external/flac-1.3.4/doc/doxygen.header.html   |     7 -
 external/flac-1.3.4/doc/html/Makefile.am      |    53 -
 external/flac-1.3.4/doc/html/Makefile.in      |   776 -
 .../html/api/FLAC_09_09_2all_8h_source.html   |   122 -
 .../doc/html/api/FLAC_09_09_2export_8h.html   |    99 -
 .../api/FLAC_09_09_2export_8h_source.html     |   139 -
 .../doc/html/api/FLAC_09_09_2metadata_8h.html |   143 -
 .../api/FLAC_09_09_2metadata_8h_source.html   |  1039 -
 .../doc/html/api/FLAC_2all_8h_source.html     |   128 -
 .../doc/html/api/FLAC_2export_8h.html         |   102 -
 .../doc/html/api/FLAC_2export_8h_source.html  |   146 -
 .../doc/html/api/FLAC_2metadata_8h.html       |   338 -
 .../html/api/FLAC_2metadata_8h_source.html    |   519 -
 .../flac-1.3.4/doc/html/api/annotated.html    |   129 -
 .../doc/html/api/assert_8h_source.html        |   122 -
 external/flac-1.3.4/doc/html/api/bc_s.png     |   Bin 676 -> 0 bytes
 external/flac-1.3.4/doc/html/api/bdwn.png     |   Bin 147 -> 0 bytes
 .../flac-1.3.4/doc/html/api/callback_8h.html  |   109 -
 .../doc/html/api/callback_8h_source.html      |   156 -
 .../classFLAC_1_1Decoder_1_1File-members.html |   135 -
 .../api/classFLAC_1_1Decoder_1_1File.html     |  1360 -
 .../html/api/classFLAC_1_1Decoder_1_1File.png |   Bin 607 -> 0 bytes
 ...lassFLAC_1_1Decoder_1_1Stream-members.html |   127 -
 .../api/classFLAC_1_1Decoder_1_1Stream.html   |  1224 -
 .../api/classFLAC_1_1Decoder_1_1Stream.png    |   Bin 611 -> 0 bytes
 ...1_1Decoder_1_1Stream_1_1State-members.html |    84 -
 ...assFLAC_1_1Decoder_1_1Stream_1_1State.html |   109 -
 .../classFLAC_1_1Encoder_1_1File-members.html |   150 -
 .../api/classFLAC_1_1Encoder_1_1File.html     |  1997 --
 .../html/api/classFLAC_1_1Encoder_1_1File.png |   Bin 621 -> 0 bytes
 ...lassFLAC_1_1Encoder_1_1Stream-members.html |   141 -
 .../api/classFLAC_1_1Encoder_1_1Stream.html   |  1817 --
 .../api/classFLAC_1_1Encoder_1_1Stream.png    |   Bin 624 -> 0 bytes
 ...1_1Encoder_1_1Stream_1_1State-members.html |    84 -
 ...assFLAC_1_1Encoder_1_1Stream_1_1State.html |   109 -
 ...AC_1_1Metadata_1_1Application-members.html |   117 -
 .../classFLAC_1_1Metadata_1_1Application.html |   180 -
 .../classFLAC_1_1Metadata_1_1Application.png  |   Bin 717 -> 0 bytes
 ...lassFLAC_1_1Metadata_1_1Chain-members.html |    94 -
 .../api/classFLAC_1_1Metadata_1_1Chain.html   |   137 -
 ..._1Metadata_1_1Chain_1_1Status-members.html |    83 -
 ...ssFLAC_1_1Metadata_1_1Chain_1_1Status.html |   106 -
 ...sFLAC_1_1Metadata_1_1CueSheet-members.html |   132 -
 .../classFLAC_1_1Metadata_1_1CueSheet.html    |   221 -
 .../api/classFLAC_1_1Metadata_1_1CueSheet.png |   Bin 707 -> 0 bytes
 ...Metadata_1_1CueSheet_1_1Track-members.html |   100 -
 ...FLAC_1_1Metadata_1_1CueSheet_1_1Track.html |   151 -
 ...sFLAC_1_1Metadata_1_1Iterator-members.html |    93 -
 .../classFLAC_1_1Metadata_1_1Iterator.html    |   124 -
 ...ssFLAC_1_1Metadata_1_1Padding-members.html |   114 -
 .../api/classFLAC_1_1Metadata_1_1Padding.html |   170 -
 .../api/classFLAC_1_1Metadata_1_1Padding.png  |   Bin 694 -> 0 bytes
 ...ssFLAC_1_1Metadata_1_1Picture-members.html |   129 -
 .../api/classFLAC_1_1Metadata_1_1Picture.html |   212 -
 .../api/classFLAC_1_1Metadata_1_1Picture.png  |   Bin 681 -> 0 bytes
 ...FLAC_1_1Metadata_1_1Prototype-members.html |   104 -
 .../classFLAC_1_1Metadata_1_1Prototype.html   |   179 -
 .../classFLAC_1_1Metadata_1_1Prototype.png    |   Bin 4000 -> 0 bytes
 ...FLAC_1_1Metadata_1_1SeekTable-members.html |   125 -
 .../classFLAC_1_1Metadata_1_1SeekTable.html   |   194 -
 .../classFLAC_1_1Metadata_1_1SeekTable.png    |   Bin 712 -> 0 bytes
 ...1_1Metadata_1_1SimpleIterator-members.html |    98 -
 ...assFLAC_1_1Metadata_1_1SimpleIterator.html |   140 -
 ...a_1_1SimpleIterator_1_1Status-members.html |    83 -
 ...1Metadata_1_1SimpleIterator_1_1Status.html |   106 -
 ...LAC_1_1Metadata_1_1StreamInfo-members.html |   130 -
 .../classFLAC_1_1Metadata_1_1StreamInfo.html  |   219 -
 .../classFLAC_1_1Metadata_1_1StreamInfo.png   |   Bin 703 -> 0 bytes
 ...ssFLAC_1_1Metadata_1_1Unknown-members.html |   115 -
 .../api/classFLAC_1_1Metadata_1_1Unknown.html |   174 -
 .../api/classFLAC_1_1Metadata_1_1Unknown.png  |   Bin 687 -> 0 bytes
 ..._1_1Metadata_1_1VorbisComment-members.html |   125 -
 ...lassFLAC_1_1Metadata_1_1VorbisComment.html |   201 -
 ...classFLAC_1_1Metadata_1_1VorbisComment.png |   Bin 767 -> 0 bytes
 ...ata_1_1VorbisComment_1_1Entry-members.html |   106 -
 ...1_1Metadata_1_1VorbisComment_1_1Entry.html |   172 -
 external/flac-1.3.4/doc/html/api/classes.html |   105 -
 external/flac-1.3.4/doc/html/api/closed.png   |   Bin 132 -> 0 bytes
 .../flac-1.3.4/doc/html/api/decoder_8h.html   |    96 -
 .../doc/html/api/decoder_8h_source.html       |   297 -
 .../dir_1982b5890de532b4beef7221dae776e2.html |    92 -
 .../dir_527642952c2881b3e5b36abb4a29ebef.html |    88 -
 .../dir_d44c64559bbebec7f509842c48db8b23.html |    80 -
 external/flac-1.3.4/doc/html/api/doc.png      |   Bin 746 -> 0 bytes
 external/flac-1.3.4/doc/html/api/doxygen.css  |  1793 --
 external/flac-1.3.4/doc/html/api/doxygen.svg  |    26 -
 .../flac-1.3.4/doc/html/api/dynsections.js    |   121 -
 .../flac-1.3.4/doc/html/api/encoder_8h.html   |    97 -
 .../doc/html/api/encoder_8h_source.html       |   329 -
 external/flac-1.3.4/doc/html/api/files.html   |    93 -
 .../flac-1.3.4/doc/html/api/folderclosed.png  |   Bin 616 -> 0 bytes
 .../flac-1.3.4/doc/html/api/folderopen.png    |   Bin 597 -> 0 bytes
 .../flac-1.3.4/doc/html/api/format_8h.html    |   439 -
 .../doc/html/api/format_8h_source.html        |   787 -
 .../flac-1.3.4/doc/html/api/functions.html    |    91 -
 .../flac-1.3.4/doc/html/api/functions_b.html  |    78 -
 .../flac-1.3.4/doc/html/api/functions_c.html  |   103 -
 .../flac-1.3.4/doc/html/api/functions_d.html  |   105 -
 .../flac-1.3.4/doc/html/api/functions_e.html  |    82 -
 .../flac-1.3.4/doc/html/api/functions_f.html  |    85 -
 .../doc/html/api/functions_func.html          |    91 -
 .../doc/html/api/functions_func_c.html        |    84 -
 .../doc/html/api/functions_func_d.html        |    88 -
 .../doc/html/api/functions_func_e.html        |    78 -
 .../doc/html/api/functions_func_f.html        |    82 -
 .../doc/html/api/functions_func_g.html        |   181 -
 .../doc/html/api/functions_func_i.html        |   132 -
 .../doc/html/api/functions_func_l.html        |    75 -
 .../doc/html/api/functions_func_m.html        |    79 -
 .../doc/html/api/functions_func_n.html        |    76 -
 .../doc/html/api/functions_func_o.html        |   112 -
 .../doc/html/api/functions_func_p.html        |   103 -
 .../doc/html/api/functions_func_r.html        |   104 -
 .../doc/html/api/functions_func_s.html        |   216 -
 .../doc/html/api/functions_func_t.html        |    94 -
 .../doc/html/api/functions_func_u.html        |    75 -
 .../doc/html/api/functions_func_v.html        |    75 -
 .../doc/html/api/functions_func_w.html        |    80 -
 .../doc/html/api/functions_func_~.html        |    75 -
 .../flac-1.3.4/doc/html/api/functions_g.html  |   181 -
 .../flac-1.3.4/doc/html/api/functions_h.html  |    75 -
 .../flac-1.3.4/doc/html/api/functions_i.html  |   142 -
 .../flac-1.3.4/doc/html/api/functions_l.html  |    81 -
 .../flac-1.3.4/doc/html/api/functions_m.html  |    85 -
 .../flac-1.3.4/doc/html/api/functions_n.html  |    90 -
 .../flac-1.3.4/doc/html/api/functions_o.html  |   121 -
 .../flac-1.3.4/doc/html/api/functions_p.html  |   109 -
 .../flac-1.3.4/doc/html/api/functions_q.html  |    81 -
 .../flac-1.3.4/doc/html/api/functions_r.html  |   111 -
 .../flac-1.3.4/doc/html/api/functions_s.html  |   225 -
 .../flac-1.3.4/doc/html/api/functions_t.html  |   102 -
 .../flac-1.3.4/doc/html/api/functions_u.html  |    75 -
 .../flac-1.3.4/doc/html/api/functions_v.html  |    78 -
 .../doc/html/api/functions_vars.html          |   288 -
 .../flac-1.3.4/doc/html/api/functions_w.html  |    87 -
 .../flac-1.3.4/doc/html/api/functions_~.html  |    75 -
 external/flac-1.3.4/doc/html/api/globals.html |  1554 -
 .../flac-1.3.4/doc/html/api/globals_defs.html |   139 -
 .../flac-1.3.4/doc/html/api/globals_enum.html |   136 -
 .../flac-1.3.4/doc/html/api/globals_eval.html |   492 -
 .../flac-1.3.4/doc/html/api/globals_func.html |   636 -
 .../flac-1.3.4/doc/html/api/globals_type.html |   142 -
 .../flac-1.3.4/doc/html/api/globals_vars.html |   363 -
 .../flac-1.3.4/doc/html/api/group__flac.html  |    93 -
 .../doc/html/api/group__flac__callbacks.html  |   312 -
 .../doc/html/api/group__flac__decoder.html    |    83 -
 .../doc/html/api/group__flac__encoder.html    |    83 -
 .../doc/html/api/group__flac__export.html     |   166 -
 .../doc/html/api/group__flac__format.html     |  4323 ---
 .../doc/html/api/group__flac__metadata.html   |    93 -
 .../api/group__flac__metadata__level0.html    |   326 -
 .../api/group__flac__metadata__level1.html    |   869 -
 .../api/group__flac__metadata__level2.html    |  1278 -
 .../api/group__flac__metadata__object.html    |  2510 --
 .../api/group__flac__stream__decoder.html     |  2536 --
 .../api/group__flac__stream__encoder.html     |  3257 ---
 .../doc/html/api/group__flacpp.html           |    88 -
 .../doc/html/api/group__flacpp__decoder.html  |    87 -
 .../doc/html/api/group__flacpp__encoder.html  |    87 -
 .../doc/html/api/group__flacpp__export.html   |    93 -
 .../doc/html/api/group__flacpp__metadata.html |    83 -
 .../api/group__flacpp__metadata__level0.html  |   396 -
 .../api/group__flacpp__metadata__level1.html  |    99 -
 .../api/group__flacpp__metadata__level2.html  |  4771 ---
 .../api/group__flacpp__metadata__object.html  |   133 -
 .../doc/html/api/group__porting.html          |    94 -
 .../group__porting__1__1__2__to__1__1__3.html |   140 -
 .../group__porting__1__1__3__to__1__1__4.html |    74 -
 .../group__porting__1__1__4__to__1__2__0.html |    75 -
 .../flac-1.3.4/doc/html/api/hierarchy.html    |   125 -
 external/flac-1.3.4/doc/html/api/index.html   |   108 -
 external/flac-1.3.4/doc/html/api/jquery.js    |    35 -
 external/flac-1.3.4/doc/html/api/menu.js      |    51 -
 external/flac-1.3.4/doc/html/api/menudata.js  |   108 -
 external/flac-1.3.4/doc/html/api/modules.html |   102 -
 external/flac-1.3.4/doc/html/api/nav_f.png    |   Bin 153 -> 0 bytes
 external/flac-1.3.4/doc/html/api/nav_g.png    |   Bin 95 -> 0 bytes
 external/flac-1.3.4/doc/html/api/nav_h.png    |   Bin 98 -> 0 bytes
 external/flac-1.3.4/doc/html/api/open.png     |   Bin 123 -> 0 bytes
 .../doc/html/api/ordinals_8h_source.html      |   161 -
 external/flac-1.3.4/doc/html/api/splitbar.png |   Bin 314 -> 0 bytes
 .../doc/html/api/stream__decoder_8h.html      |   265 -
 .../html/api/stream__decoder_8h_source.html   |   477 -
 .../doc/html/api/stream__encoder_8h.html      |   295 -
 .../html/api/stream__encoder_8h_source.html   |   462 -
 ...ctFLAC____EntropyCodingMethod-members.html |    78 -
 .../structFLAC____EntropyCodingMethod.html    |    96 -
 ...CodingMethod__PartitionedRice-members.html |    77 -
 ..._EntropyCodingMethod__PartitionedRice.html |    90 -
 ...thod__PartitionedRiceContents-members.html |    78 -
 ...CodingMethod__PartitionedRiceContents.html |    92 -
 .../html/api/structFLAC____Frame-members.html |    78 -
 .../doc/html/api/structFLAC____Frame.html     |    95 -
 .../structFLAC____FrameFooter-members.html    |    76 -
 .../html/api/structFLAC____FrameFooter.html   |    88 -
 .../structFLAC____FrameHeader-members.html    |    85 -
 .../html/api/structFLAC____FrameHeader.html   |   109 -
 .../structFLAC____IOCallbacks-members.html    |    81 -
 .../html/api/structFLAC____IOCallbacks.html   |   105 -
 .../structFLAC____StreamDecoder-members.html  |    77 -
 .../html/api/structFLAC____StreamDecoder.html |    92 -
 .../structFLAC____StreamEncoder-members.html  |    77 -
 .../html/api/structFLAC____StreamEncoder.html |    92 -
 .../structFLAC____StreamMetadata-members.html |    87 -
 .../api/structFLAC____StreamMetadata.html     |   119 -
 ...__StreamMetadata__Application-members.html |    77 -
 ...ctFLAC____StreamMetadata__Application.html |    92 -
 ...C____StreamMetadata__CueSheet-members.html |    80 -
 ...tructFLAC____StreamMetadata__CueSheet.html |    96 -
 ...reamMetadata__CueSheet__Index-members.html |    77 -
 ...AC____StreamMetadata__CueSheet__Index.html |    90 -
 ...reamMetadata__CueSheet__Track-members.html |    82 -
 ...AC____StreamMetadata__CueSheet__Track.html |   100 -
 ...AC____StreamMetadata__Padding-members.html |    76 -
 ...structFLAC____StreamMetadata__Padding.html |    88 -
 ...AC____StreamMetadata__Picture-members.html |    84 -
 ...structFLAC____StreamMetadata__Picture.html |   104 -
 ...____StreamMetadata__SeekPoint-members.html |    78 -
 ...ructFLAC____StreamMetadata__SeekPoint.html |    92 -
 ...____StreamMetadata__SeekTable-members.html |    77 -
 ...ructFLAC____StreamMetadata__SeekTable.html |   100 -
 ...___StreamMetadata__StreamInfo-members.html |    84 -
 ...uctFLAC____StreamMetadata__StreamInfo.html |   113 -
 ...AC____StreamMetadata__Unknown-members.html |    76 -
 ...structFLAC____StreamMetadata__Unknown.html |    89 -
 ...StreamMetadata__VorbisComment-members.html |    78 -
 ...FLAC____StreamMetadata__VorbisComment.html |    95 -
 ...etadata__VorbisComment__Entry-members.html |    77 -
 ..._StreamMetadata__VorbisComment__Entry.html |    93 -
 .../api/structFLAC____Subframe-members.html   |    82 -
 .../doc/html/api/structFLAC____Subframe.html  |   108 -
 ...uctFLAC____Subframe__Constant-members.html |    76 -
 .../api/structFLAC____Subframe__Constant.html |    88 -
 ...structFLAC____Subframe__Fixed-members.html |    79 -
 .../api/structFLAC____Subframe__Fixed.html    |    94 -
 .../structFLAC____Subframe__LPC-members.html  |    82 -
 .../html/api/structFLAC____Subframe__LPC.html |   100 -
 ...uctFLAC____Subframe__Verbatim-members.html |    76 -
 .../api/structFLAC____Subframe__Verbatim.html |    88 -
 external/flac-1.3.4/doc/html/api/sync_off.png |   Bin 853 -> 0 bytes
 external/flac-1.3.4/doc/html/api/sync_on.png  |   Bin 845 -> 0 bytes
 external/flac-1.3.4/doc/html/api/tab_a.png    |   Bin 142 -> 0 bytes
 external/flac-1.3.4/doc/html/api/tab_b.png    |   Bin 169 -> 0 bytes
 external/flac-1.3.4/doc/html/api/tab_h.png    |   Bin 177 -> 0 bytes
 external/flac-1.3.4/doc/html/api/tab_s.png    |   Bin 184 -> 0 bytes
 external/flac-1.3.4/doc/html/api/tabs.css     |     1 -
 external/flac-1.3.4/doc/html/changelog.html   |  1645 --
 external/flac-1.3.4/doc/html/developers.html  |   126 -
 .../flac-1.3.4/doc/html/documentation.html    |    91 -
 .../doc/html/documentation_bugs.html          |    85 -
 .../doc/html/documentation_example_code.html  |    67 -
 .../html/documentation_format_overview.html   |   116 -
 .../doc/html/documentation_tools.html         |    77 -
 .../doc/html/documentation_tools_flac.html    |  1189 -
 .../html/documentation_tools_metaflac.html    |   566 -
 external/flac-1.3.4/doc/html/faq.html         |   390 -
 external/flac-1.3.4/doc/html/favicon.ico      |   Bin 1406 -> 0 bytes
 external/flac-1.3.4/doc/html/features.html    |   113 -
 external/flac-1.3.4/doc/html/flac.css         |   194 -
 external/flac-1.3.4/doc/html/format.html      |  1849 --
 external/flac-1.3.4/doc/html/id.html          |   289 -
 .../flac-1.3.4/doc/html/images/Makefile.am    |    25 -
 .../flac-1.3.4/doc/html/images/Makefile.in    |   564 -
 external/flac-1.3.4/doc/html/images/logo.svg  |   431 -
 .../flac-1.3.4/doc/html/images/logo130.gif    |   Bin 3895 -> 0 bytes
 external/flac-1.3.4/doc/html/index.html       |    96 -
 external/flac-1.3.4/doc/html/license.html     |    79 -
 external/flac-1.3.4/doc/html/ogg_mapping.html |   124 -
 external/flac-1.3.4/doc/isoflac.txt           |   666 -
 external/flac-1.3.4/examples/CMakeLists.txt   |     7 -
 external/flac-1.3.4/examples/Makefile.am      |    28 -
 external/flac-1.3.4/examples/Makefile.in      |   691 -
 external/flac-1.3.4/examples/Makefile.lite    |    50 -
 external/flac-1.3.4/examples/README           |    12 -
 external/flac-1.3.4/examples/c/Makefile.am    |    19 -
 external/flac-1.3.4/examples/c/Makefile.in    |   685 -
 .../flac-1.3.4/examples/c/decode/Makefile.am  |    19 -
 .../flac-1.3.4/examples/c/decode/Makefile.in  |   685 -
 .../examples/c/decode/file/CMakeLists.txt     |     2 -
 .../examples/c/decode/file/Makefile.am        |    33 -
 .../examples/c/decode/file/Makefile.in        |   675 -
 .../examples/c/decode/file/Makefile.lite      |    42 -
 .../decode/file/example_c_decode_file.vcproj  |   201 -
 .../decode/file/example_c_decode_file.vcxproj |   179 -
 .../example_c_decode_file.vcxproj.filters     |    18 -
 .../flac-1.3.4/examples/c/decode/file/main.c  |   200 -
 .../flac-1.3.4/examples/c/encode/Makefile.am  |    19 -
 .../flac-1.3.4/examples/c/encode/Makefile.in  |   685 -
 .../examples/c/encode/file/CMakeLists.txt     |     2 -
 .../examples/c/encode/file/Makefile.am        |    35 -
 .../examples/c/encode/file/Makefile.in        |   677 -
 .../examples/c/encode/file/Makefile.lite      |    42 -
 .../encode/file/example_c_encode_file.vcproj  |   201 -
 .../encode/file/example_c_encode_file.vcxproj |   179 -
 .../example_c_encode_file.vcxproj.filters     |    18 -
 .../flac-1.3.4/examples/c/encode/file/main.c  |   173 -
 external/flac-1.3.4/examples/cpp/Makefile.am  |    19 -
 external/flac-1.3.4/examples/cpp/Makefile.in  |   685 -
 .../examples/cpp/decode/Makefile.am           |    19 -
 .../examples/cpp/decode/Makefile.in           |   685 -
 .../examples/cpp/decode/file/CMakeLists.txt   |     2 -
 .../examples/cpp/decode/file/Makefile.am      |    36 -
 .../examples/cpp/decode/file/Makefile.in      |   680 -
 .../examples/cpp/decode/file/Makefile.lite    |    44 -
 .../file/example_cpp_decode_file.vcproj       |   201 -
 .../file/example_cpp_decode_file.vcxproj      |   183 -
 .../example_cpp_decode_file.vcxproj.filters   |    18 -
 .../examples/cpp/decode/file/main.cpp         |   191 -
 .../examples/cpp/encode/Makefile.am           |    19 -
 .../examples/cpp/encode/Makefile.in           |   685 -
 .../examples/cpp/encode/file/CMakeLists.txt   |     2 -
 .../examples/cpp/encode/file/Makefile.am      |    36 -
 .../examples/cpp/encode/file/Makefile.in      |   680 -
 .../examples/cpp/encode/file/Makefile.lite    |    44 -
 .../file/example_cpp_encode_file.vcproj       |   201 -
 .../file/example_cpp_encode_file.vcxproj      |   183 -
 .../example_cpp_encode_file.vcxproj.filters   |    18 -
 .../examples/cpp/encode/file/main.cpp         |   178 -
 external/flac-1.3.4/flac-config.cmake.in      |    15 -
 .../flac-1.3.4/include/FLAC++/Makefile.am     |    39 -
 .../flac-1.3.4/include/FLAC++/Makefile.in     |   647 -
 external/flac-1.3.4/include/FLAC++/all.h      |    49 -
 external/flac-1.3.4/include/FLAC++/decoder.h  |   248 -
 external/flac-1.3.4/include/FLAC++/encoder.h  |   263 -
 external/flac-1.3.4/include/FLAC++/export.h   |    86 -
 external/flac-1.3.4/include/FLAC++/metadata.h |  1234 -
 external/flac-1.3.4/include/FLAC/Makefile.am  |    43 -
 external/flac-1.3.4/include/FLAC/Makefile.in  |   650 -
 external/flac-1.3.4/include/FLAC/all.h        |   371 -
 external/flac-1.3.4/include/FLAC/assert.h     |    46 -
 external/flac-1.3.4/include/FLAC/callback.h   |   185 -
 external/flac-1.3.4/include/FLAC/export.h     |    97 -
 external/flac-1.3.4/include/FLAC/format.h     |  1025 -
 external/flac-1.3.4/include/FLAC/metadata.h   |  2182 --
 external/flac-1.3.4/include/FLAC/ordinals.h   |    85 -
 .../flac-1.3.4/include/FLAC/stream_decoder.h  |  1559 -
 .../flac-1.3.4/include/FLAC/stream_encoder.h  |  1790 --
 external/flac-1.3.4/include/Makefile.am       |    23 -
 external/flac-1.3.4/include/Makefile.in       |   686 -
 external/flac-1.3.4/include/share/Makefile.am |    19 -
 external/flac-1.3.4/include/share/Makefile.in |   683 -
 external/flac-1.3.4/include/share/alloc.h     |   219 -
 external/flac-1.3.4/include/share/compat.h    |   213 -
 external/flac-1.3.4/include/share/endswap.h   |    84 -
 external/flac-1.3.4/include/share/getopt.h    |   184 -
 external/flac-1.3.4/include/share/grabbag.h   |    30 -
 .../include/share/grabbag/Makefile.am         |     8 -
 .../include/share/grabbag/Makefile.in         |   493 -
 .../include/share/grabbag/cuesheet.h          |    43 -
 .../flac-1.3.4/include/share/grabbag/file.h   |    65 -
 .../include/share/grabbag/picture.h           |    54 -
 .../include/share/grabbag/replaygain.h        |    73 -
 .../include/share/grabbag/seektable.h         |    39 -
 external/flac-1.3.4/include/share/macros.h    |    45 -
 .../flac-1.3.4/include/share/msvc2005_int.h   |    53 -
 external/flac-1.3.4/include/share/private.h   |    45 -
 .../include/share/replaygain_analysis.h       |    59 -
 .../include/share/replaygain_synthesis.h      |    52 -
 external/flac-1.3.4/include/share/safe_str.h  |    71 -
 external/flac-1.3.4/include/share/utf8.h      |    25 -
 .../flac-1.3.4/include/share/win_utf8_io.h    |    61 -
 .../include/share/windows_unicode_filenames.h |    66 -
 .../include/test_libs_common/Makefile.am      |     5 -
 .../include/test_libs_common/Makefile.in      |   490 -
 .../test_libs_common/file_utils_flac.h        |    36 -
 .../include/test_libs_common/metadata_utils.h |    71 -
 external/flac-1.3.4/install-sh                |   529 -
 external/flac-1.3.4/ltmain.sh                 | 11149 -------
 external/flac-1.3.4/m4/Makefile.am            |    27 -
 external/flac-1.3.4/m4/Makefile.in            |   514 -
 external/flac-1.3.4/m4/add_cflags.m4          |    18 -
 external/flac-1.3.4/m4/add_cxxflags.m4        |    19 -
 .../flac-1.3.4/m4/ax_add_fortify_source.m4    |    53 -
 .../flac-1.3.4/m4/ax_check_enable_debug.m4    |   124 -
 external/flac-1.3.4/m4/bswap.m4               |    82 -
 external/flac-1.3.4/m4/c_attribute.m4         |    18 -
 external/flac-1.3.4/m4/clang.m4               |    31 -
 external/flac-1.3.4/m4/codeset.m4             |    23 -
 external/flac-1.3.4/m4/endian.m4              |   177 -
 external/flac-1.3.4/m4/gcc_version.m4         |    34 -
 external/flac-1.3.4/m4/iconv.m4               |   268 -
 external/flac-1.3.4/m4/lib-ld.m4              |   119 -
 external/flac-1.3.4/m4/lib-link.m4            |   777 -
 external/flac-1.3.4/m4/lib-prefix.m4          |   224 -
 external/flac-1.3.4/m4/libtool.m4             |  8372 ------
 external/flac-1.3.4/m4/ltoptions.m4           |   437 -
 external/flac-1.3.4/m4/ltsugar.m4             |   124 -
 external/flac-1.3.4/m4/ltversion.m4           |    23 -
 external/flac-1.3.4/m4/lt~obsolete.m4         |    99 -
 external/flac-1.3.4/m4/ogg.m4                 |   116 -
 external/flac-1.3.4/m4/really_gcc.m4          |    32 -
 external/flac-1.3.4/m4/stack_protect.m4       |    73 -
 external/flac-1.3.4/m4/xmms.m4                |   148 -
 external/flac-1.3.4/man/Makefile.am           |    38 -
 external/flac-1.3.4/man/Makefile.in           |   600 -
 external/flac-1.3.4/man/flac.1                |   390 -
 external/flac-1.3.4/man/flac.sgml             |   814 -
 external/flac-1.3.4/man/metaflac.1            |   304 -
 external/flac-1.3.4/man/metaflac.sgml         |   581 -
 external/flac-1.3.4/microbench/CMakeLists.txt |    17 -
 external/flac-1.3.4/microbench/Makefile.am    |    42 -
 external/flac-1.3.4/microbench/Makefile.in    |   685 -
 .../microbench/benchmark_residual.c           |   151 -
 external/flac-1.3.4/microbench/util.c         |   205 -
 external/flac-1.3.4/microbench/util.h         |    43 -
 external/flac-1.3.4/missing                   |   215 -
 external/flac-1.3.4/oss-fuzz/Makefile.am      |    62 -
 external/flac-1.3.4/oss-fuzz/Makefile.in      |   742 -
 external/flac-1.3.4/oss-fuzz/fuzz-decoder.cc  |   355 -
 external/flac-1.3.4/oss-fuzz/fuzz-encoder.cc  |   154 -
 .../flac-1.3.4/oss-fuzz/fuzz-encoder.dict     |    17 -
 .../flac-1.3.4/oss-fuzz/fuzzing/Readme.md     |     6 -
 .../fuzzing/datasource/datasource.hpp         |   167 -
 .../oss-fuzz/fuzzing/datasource/id.hpp        |    52 -
 .../flac-1.3.4/oss-fuzz/fuzzing/exception.hpp |    44 -
 .../flac-1.3.4/oss-fuzz/fuzzing/memory.hpp    |    73 -
 .../flac-1.3.4/oss-fuzz/fuzzing/types.hpp     |   135 -
 external/flac-1.3.4/src/CMakeLists.txt        |    41 -
 external/flac-1.3.4/src/Makefile.am           |    43 -
 external/flac-1.3.4/src/Makefile.in           |   706 -
 external/flac-1.3.4/src/Makefile.lite         |    76 -
 external/flac-1.3.4/src/flac/CMakeLists.txt   |    23 -
 external/flac-1.3.4/src/flac/Makefile.am      |    67 -
 external/flac-1.3.4/src/flac/Makefile.in      |   780 -
 external/flac-1.3.4/src/flac/Makefile.lite    |    54 -
 .../flac-1.3.4/src/flac/Makefile.lite.iffscan |    46 -
 external/flac-1.3.4/src/flac/analyze.c        |   247 -
 external/flac-1.3.4/src/flac/analyze.h        |    32 -
 external/flac-1.3.4/src/flac/decode.c         |  1502 -
 external/flac-1.3.4/src/flac/decode.h         |    71 -
 external/flac-1.3.4/src/flac/encode.c         |  2898 --
 external/flac-1.3.4/src/flac/encode.h         |   117 -
 external/flac-1.3.4/src/flac/flac.vcproj      |   257 -
 external/flac-1.3.4/src/flac/flac.vcxproj     |   219 -
 .../flac-1.3.4/src/flac/flac.vcxproj.filters  |    62 -
 .../flac-1.3.4/src/flac/foreign_metadata.c    |   819 -
 .../flac-1.3.4/src/flac/foreign_metadata.h    |    74 -
 external/flac-1.3.4/src/flac/iffscan.c        |   129 -
 external/flac-1.3.4/src/flac/iffscan.vcproj   |   209 -
 external/flac-1.3.4/src/flac/iffscan.vcxproj  |   191 -
 .../src/flac/iffscan.vcxproj.filters          |    26 -
 .../flac-1.3.4/src/flac/local_string_utils.c  |   109 -
 .../flac-1.3.4/src/flac/local_string_utils.h  |    28 -
 external/flac-1.3.4/src/flac/main.c           |  2278 --
 external/flac-1.3.4/src/flac/utils.c          |   423 -
 external/flac-1.3.4/src/flac/utils.h          |    73 -
 external/flac-1.3.4/src/flac/vorbiscomment.c  |   254 -
 external/flac-1.3.4/src/flac/vorbiscomment.h  |    27 -
 .../flac-1.3.4/src/libFLAC++/CMakeLists.txt   |    53 -
 external/flac-1.3.4/src/libFLAC++/Makefile.am |    64 -
 external/flac-1.3.4/src/libFLAC++/Makefile.in |   839 -
 .../flac-1.3.4/src/libFLAC++/Makefile.lite    |    63 -
 .../flac-1.3.4/src/libFLAC++/flac++.pc.in     |    11 -
 .../flac-1.3.4/src/libFLAC++/libFLAC++.m4     |   117 -
 .../src/libFLAC++/libFLAC++_dynamic.vcproj    |   227 -
 .../src/libFLAC++/libFLAC++_dynamic.vcxproj   |   180 -
 .../libFLAC++_dynamic.vcxproj.filters         |    44 -
 .../src/libFLAC++/libFLAC++_static.vcproj     |   204 -
 .../src/libFLAC++/libFLAC++_static.vcxproj    |   148 -
 .../libFLAC++_static.vcxproj.filters          |    44 -
 .../flac-1.3.4/src/libFLAC++/metadata.cpp     |  1745 --
 .../src/libFLAC++/stream_decoder.cpp          |   394 -
 .../src/libFLAC++/stream_encoder.cpp          |   516 -
 .../flac-1.3.

(Patch may be truncated, please check the link at the top of this post.)