#include "player.h" #include extern Output_t LinuxDvbOutput; Player::Player() { output = &LinuxDvbOutput; } Player::~Player() { }