Follow-up to the audioif -> audiocomponents retarget (audiocomponents#2).
4c3ab54 renamed MPVST_AUDIOIF_LIB to MPVST_COMPONENTS_LIB in
src/plugin/CMakeLists.txt; the old name is still honoured, with a
warning, when it is set and the new one is not (a stale CMake cache
sets it).
aad1f5a did the same for the environment variable in tools/piece.py
(stderr notice).
4c3ab54 also added MPVST_LIB_RETIRED to stage_lib.cmake, so a
build directory that staged from audioif/lib before the move drops
its orphaned audiorender/ and stamp.
All three were promised for one release. After the first release that
ships with the rename, remove:
- the
MPVST_AUDIOIF_LIB alias block in src/plugin/CMakeLists.txt
_COMPONENTS_LIB_ALIAS in tools/piece.py
- the
-DMPVST_LIB_RETIRED argument in src/plugin/CMakeLists.txt and
the foreach(retired ...) pass in src/plugin/stage_lib.cmake
- the README sentences about
MPVST_AUDIOIF_LIB and -U MPVST_AUDIOIF_LIB
Follow-up to the audioif -> audiocomponents retarget (audiocomponents#2).
4c3ab54renamedMPVST_AUDIOIF_LIBtoMPVST_COMPONENTS_LIBinsrc/plugin/CMakeLists.txt; the old name is still honoured, with awarning, when it is set and the new one is not (a stale CMake cache
sets it).
aad1f5adid the same for the environment variable intools/piece.py(stderr notice).
4c3ab54also addedMPVST_LIB_RETIREDtostage_lib.cmake, so abuild directory that staged from
audioif/libbefore the move dropsits orphaned
audiorender/and stamp.All three were promised for one release. After the first release that
ships with the rename, remove:
MPVST_AUDIOIF_LIBalias block insrc/plugin/CMakeLists.txt_COMPONENTS_LIB_ALIASintools/piece.py-DMPVST_LIB_RETIREDargument insrc/plugin/CMakeLists.txtandthe
foreach(retired ...)pass insrc/plugin/stage_lib.cmakeMPVST_AUDIOIF_LIBand-U MPVST_AUDIOIF_LIB