[mythtv-commits] [MythTV/mythtv] 41abcc: Enable the use of the system soundtouch library wh...
David Hampton
noreply at github.com
Thu Oct 14 18:09:04 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 41abccb50b92e28e3339471fa4e0816008f50170
https://github.com/MythTV/mythtv/commit/41abccb50b92e28e3339471fa4e0816008f50170
Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
Date: 2021-10-10 (Sun, 10 Oct 2021)
Changed paths:
M mythtv/configure
M mythtv/external/Makefile
M mythtv/external/external.pro
M mythtv/libs/libmyth/libmyth.pro
M mythtv/programs/programs-libs.pro
Log Message:
-----------
Enable the use of the system soundtouch library when available.
Fixes: #387
Commit: 289bf8d4f80f39fc43e37590ce09ba468c4b0895
https://github.com/MythTV/mythtv/commit/289bf8d4f80f39fc43e37590ce09ba468c4b0895
Author: Warpme <warpme at o2.pl>
Date: 2021-10-10 (Sun, 10 Oct 2021)
Changed paths:
M mythtv/configure
M mythtv/libs/libmythui/opengl/mythopenglperf.h
Log Message:
-----------
qt6 seems to change defines used to provide info about available opengl.
In Qt6 it is set of QT_FEATURE_[opengl][opengles2][opengles3][opengles31][opengles32] defines.
This commit makes configure familiar with this.
BTW: Only QT_FEATURE_opengles2 is checked as minimal req for MythTV seems GLES2 &
probably there is no systems with i.e. GLES3 not providing GLES2...
Signed-off-by: David Hampton <mythtv at love2code.net>
Commit: 5a14c7e3bd3735b97160dcb877c129c8469602a1
https://github.com/MythTV/mythtv/commit/5a14c7e3bd3735b97160dcb877c129c8469602a1
Author: David Hampton <mythtv at love2code.net>
Date: 2021-10-10 (Sun, 10 Oct 2021)
Changed paths:
M mythtv/docs/doxygen-create-developer-docs.cfg
Log Message:
-----------
Remove settings that doxygen says are obsolete.
Commit: fe5722166d3303b18f3cd3b1184afddb86f07a0e
https://github.com/MythTV/mythtv/commit/fe5722166d3303b18f3cd3b1184afddb86f07a0e
Author: David Hampton <mythtv at love2code.net>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M mythtv/configure
M mythtv/docs/doxygen-architecture-document.cpp
M mythtv/external/Makefile
M mythtv/external/external.pro
R mythtv/external/libmythsoundtouch/.gitignore
R mythtv/external/libmythsoundtouch/AAFilter.cpp
R mythtv/external/libmythsoundtouch/AAFilter.h
R mythtv/external/libmythsoundtouch/BPMDetect.h
R mythtv/external/libmythsoundtouch/FIFOSampleBuffer.cpp
R mythtv/external/libmythsoundtouch/FIFOSampleBuffer.h
R mythtv/external/libmythsoundtouch/FIFOSamplePipe.h
R mythtv/external/libmythsoundtouch/FIRFilter.cpp
R mythtv/external/libmythsoundtouch/FIRFilter.h
R mythtv/external/libmythsoundtouch/RateTransposer.cpp
R mythtv/external/libmythsoundtouch/RateTransposer.h
R mythtv/external/libmythsoundtouch/STTypes.h
R mythtv/external/libmythsoundtouch/SoundTouch.cpp
R mythtv/external/libmythsoundtouch/SoundTouch.h
R mythtv/external/libmythsoundtouch/TDStretch.cpp
R mythtv/external/libmythsoundtouch/TDStretch.h
R mythtv/external/libmythsoundtouch/cpu_detect.h
R mythtv/external/libmythsoundtouch/cpu_detect_x86_gcc.cpp
R mythtv/external/libmythsoundtouch/cpu_detect_x86_win.cpp
R mythtv/external/libmythsoundtouch/libmythsoundtouch.pro
R mythtv/external/libmythsoundtouch/mmx_gcc.cpp
R mythtv/external/libmythsoundtouch/sse_gcc.cpp
M mythtv/libs/libmyth/libmyth.pro
M mythtv/programs/programs-libs.pro
Log Message:
-----------
Require use of the system soundtouch library.
Fixes #401.
Compare: https://github.com/MythTV/mythtv/compare/305836e34fca...fe5722166d33
More information about the mythtv-commits
mailing list