Commit Graph

8 Commits

Author SHA1 Message Date
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
Grigory Chudov
c0836e7d31 Update .gitmodules 2018-07-02 08:36:55 -04:00
Grigory Chudov
4de0c06ba8 Update .gitmodules 2018-07-02 08:35:42 -04:00
Grigory Chudov
9da7fef59b misc cleanup 2018-03-31 19:12:58 -04:00
Grigory Chudov
742b389693 reimport wavpack and opencl as submodules 2018-03-16 19:47:28 -04:00
Grigory Chudov
a811cfd012 Update MAC_SDK to 4.33 2018-03-16 00:12:34 -04:00
Grigory Chudov
06a7c9d1f1 Add flac as a submodule 2018-03-15 19:47:31 -04:00
Grigory Chudov
284da94ac0 Adding a fork of taglib-sharp as a submodule 2018-03-11 19:40:35 -04:00