Files
cuetools.net/.gitmodules
Wolfgang Stöggl 978874aa05 Add FFmpeg.AutoGen as submodule under ThirdParty
So far, CUETools was looking for FFmpeg.AutoGen in a directory
at the same level as the cuetools.net directory. Simplify getting the
sources of FFmpeg.AutoGen by adding it as a submodule.

- Add FFmpeg.AutoGen as a submodule inside the ThirdParty subdir using:
    git submodule add https://github.com/Ruslan-B/FFmpeg.AutoGen.git \
    ThirdParty/FFmpeg.AutoGen
- Checkout the latest release 4.1.0.4 of FFmpeg.AutoGen,
    at commit: 9bb7daad329a103e1c563f80e1d9d7b5715ccff0
    cd ThirdParty/FFmpeg.AutoGen/
    git checkout 4.1.0.4
- Update the path to FFmpeg.AutoGen accordingly in:
  CUETools\CUETools.sln
  CUETools.Codecs.ffmpeg\CUETools.Codecs.ffmpeg.csproj
- Update README.md and remove text about separately getting
  sources of FFmpeg.AutoGen from GitHub
- Add FFmpeg.AutoGen to License.txt
2020-05-22 20:40:29 +02:00

22 lines
800 B
Plaintext

[submodule "ThirdParty/taglib-sharp"]
path = ThirdParty/taglib-sharp
url = https://github.com/gchudov/taglib-sharp.git
[submodule "ThirdParty/flac"]
path = ThirdParty/flac
url = https://github.com/gchudov/flac.git
[submodule "ThirdParty/MAC_SDK"]
path = ThirdParty/MAC_SDK
url = https://github.com/gchudov/MAC_SDK.git
[submodule "ThirdParty/openclnet"]
path = ThirdParty/openclnet
url = https://github.com/gchudov/openclnet.git
[submodule "ThirdParty/WavPack"]
path = ThirdParty/WavPack
url = https://github.com/gchudov/WavPack.git
[submodule "ThirdParty/WindowsMediaLib"]
path = ThirdParty/WindowsMediaLib
url = https://github.com/gchudov/WindowsMediaLib.git
[submodule "ThirdParty/FFmpeg.AutoGen"]
path = ThirdParty/FFmpeg.AutoGen
url = https://github.com/Ruslan-B/FFmpeg.AutoGen.git