Explorar el Código

Add rpi2 BuildType to fix codec downloads

Mark Walker hace 9 años
padre
commit
cbdf346101
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/player/CodecsComponent.cpp

+ 2 - 0
src/player/CodecsComponent.cpp

@@ -85,6 +85,8 @@ static QString getBuildType()
 {
 #ifdef Q_OS_MAC
   return "darwin-x86_64";
+#else defined(TARGET_RPI)
+  return "openelec-armv7";
 #else
   return SystemComponent::Get().getPlatformTypeString() + "-" +
          SystemComponent::Get().getPlatformArchString();