add mpg.c and codecs stubs

This commit is contained in:
philippe44
2019-05-25 00:39:38 -07:00
parent 3aec88e87d
commit faa6cf1aa8
3 changed files with 43 additions and 6 deletions

8
main/mpg.c Normal file
View File

@@ -0,0 +1,8 @@
#include "squeezelite.h"
extern log_level loglevel;
struct codec *register_mpg(void) {
LOG_INFO("mpg unavailable");
return NULL;
}