mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
add mpg.c and codecs stubs
This commit is contained in:
8
main/mpg.c
Normal file
8
main/mpg.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "squeezelite.h"
|
||||
|
||||
extern log_level loglevel;
|
||||
|
||||
struct codec *register_mpg(void) {
|
||||
LOG_INFO("mpg unavailable");
|
||||
return NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user