From 5c12c9e69b85023934dc85f3aada03da150556be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 13 Oct 2016 20:46:42 +0200 Subject: mpc: Move to a module and split thirdparty libmpcdec --- modules/mpc/config.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/mpc/config.py (limited to 'modules/mpc/config.py') diff --git a/modules/mpc/config.py b/modules/mpc/config.py new file mode 100644 index 0000000000..368e97e152 --- /dev/null +++ b/modules/mpc/config.py @@ -0,0 +1,6 @@ + +def can_build(platform): + return True + +def configure(env): + pass -- cgit v1.2.3