From c3516c6533a17dbd980b5a2a8f566ada99c4b72d Mon Sep 17 00:00:00 2001 From: Christos Margiolis Date: Sat, 24 Aug 2024 15:08:15 +0300 Subject: [PATCH] ObsoleteFiles.inc: Update after sound changes Sponsored by: The FreeBSD Foundation --- ObsoleteFiles.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index afd22301a39..5ce960fdca8 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,16 @@ # xargs -n1 | sort | uniq -d; # done +# 20240824: sound examples: midi.c moved out of oss/ +OLD_FILES+=share/examples/sound/oss/midi.c + +# 20240824: sound examples: Remove ossinit.h and rename basic.c to audio.c +OLD_FILES+=share/examples/sound/oss/ossinit.h +OLD_FILES+=share/examples/sound/oss/basic.c + +# 20240824: sound examples: Remove ossmidi.h +OLD_FILES+=share/examples/sound/oss/ossmidi.h + # 20240729: rename quick_exit_test to libc_exit_test OLD_FILES+=usr/tests/lib/libc/stdlib/quick_exit_test