]> git.vomp.tv Git - vompclient.git/commit
Reorganise build system
authorChris Tallon <chris@vomp.tv>
Wed, 21 Aug 2024 17:01:33 +0000 (17:01 +0000)
committerChris Tallon <chris@vomp.tv>
Wed, 21 Aug 2024 17:01:33 +0000 (17:01 +0000)
commitce4829d4f648ab02cd7d252baa8c40ac5eee299b
treeac6b4cfdd87b3dca54cdce6b27da17e294796fd3
parenta881f978bbca33d4079ed6515c279ff871f42479
Reorganise build system
86 files changed:
.gitignore [deleted file]
CMakeLists.txt [new file with mode: 0644]
CMakeToolChainRPiClang.txt [new file with mode: 0644]
CMakeToolChainRPiGCC.txt [new file with mode: 0644]
README
all.sh [deleted file]
build.sh [deleted file]
clean.sh [deleted file]
cmake.config.sample [new file with mode: 0644]
compile-config.sample [deleted file]
compiler [deleted file]
compiler.sample [new file with mode: 0755]
config.json.sample [new file with mode: 0644]
install.sh [deleted file]
res/fonts/helvB18-ISO8859-1.pcf [new file with mode: 0644]
res/fonts/helvB18.bdf [new file with mode: 0644]
res/fonts/helvB18.cc [new file with mode: 0644]
res/fonts/helvB24-ISO8859-1.pcf [new file with mode: 0644]
res/fonts/helvB24.bdf [new file with mode: 0644]
res/fonts/helvB24.cc [new file with mode: 0644]
res/fonts/licensehelv.txt [new file with mode: 0644]
res/images/defposter.png [new file with mode: 0644]
res/images/dolbyoff.png [new file with mode: 0644]
res/images/dolbyon.png [new file with mode: 0644]
res/images/hd1080i.png [new file with mode: 0644]
res/images/hd720p.png [new file with mode: 0644]
res/images/licence.txt [new file with mode: 0644]
res/images/properties.png [new file with mode: 0644]
res/images/radio.png [new file with mode: 0644]
res/images/recfolder.png [new file with mode: 0644]
res/images/recording.png [new file with mode: 0644]
res/images/recordings.png [new file with mode: 0644]
res/images/restart.png [new file with mode: 0644]
res/images/sd576i.png [new file with mode: 0644]
res/images/timers.png [new file with mode: 0644]
res/images/tv.png [new file with mode: 0644]
res/images/txtoff.png [new file with mode: 0644]
res/images/txton.png [new file with mode: 0644]
res/images/vdr.jpg [new file with mode: 0644]
res/images/vdrhires.jpg [new file with mode: 0644]
res/images/vdrhires.png [new file with mode: 0644]
res/images/wallpaper720p.jpg [new file with mode: 0644]
res/images/wallpaperNTSC.jpg [new file with mode: 0644]
res/images/wallpaperPAL.jpg [new file with mode: 0644]
res/raspi-patches/fetch_libav.sh [new file with mode: 0755]
res/raspi-patches/libav_transcode.patch [new file with mode: 0644]
res/raspi-patches/readme.txt [new file with mode: 0644]
run.sh [deleted file]
src/CMakeLists.txt [deleted file]
src/CMakeToolChainRPiClang.txt [deleted file]
src/CMakeToolChainRPiGCC.txt [deleted file]
src/config.json.sample [deleted file]
src/fonts/helvB18-ISO8859-1.pcf [deleted file]
src/fonts/helvB18.bdf [deleted file]
src/fonts/helvB18.cc [deleted file]
src/fonts/helvB24-ISO8859-1.pcf [deleted file]
src/fonts/helvB24.bdf [deleted file]
src/fonts/helvB24.cc [deleted file]
src/fonts/licensehelv.txt [deleted file]
src/osdopenvg.cc
src/other/defposter.png [deleted file]
src/other/dolbyoff.png [deleted file]
src/other/dolbyon.png [deleted file]
src/other/hd1080i.png [deleted file]
src/other/hd720p.png [deleted file]
src/other/licence.txt [deleted file]
src/other/properties.png [deleted file]
src/other/radio.png [deleted file]
src/other/recfolder.png [deleted file]
src/other/recording.png [deleted file]
src/other/recordings.png [deleted file]
src/other/restart.png [deleted file]
src/other/sd576i.png [deleted file]
src/other/timers.png [deleted file]
src/other/tv.png [deleted file]
src/other/txtoff.png [deleted file]
src/other/txton.png [deleted file]
src/other/vdr.jpg [deleted file]
src/other/vdrhires.jpg [deleted file]
src/other/vdrhires.png [deleted file]
src/other/wallpaper720p.jpg [deleted file]
src/other/wallpaperNTSC.jpg [deleted file]
src/other/wallpaperPAL.jpg [deleted file]
src/raspi-patches/fetch_libav.sh [deleted file]
src/raspi-patches/libav_transcode.patch [deleted file]
src/raspi-patches/readme.txt [deleted file]