MythTV
master
|
#include <cerrno>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fcntl.h>
#include <sys/time.h>
#include <unistd.h>
#include <iostream>
#include "mythcorecontext.h"
#include "audiooutputjack.h"
#include "mythdate.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("AOJack: ") |
#define | JERROR(str) Error(LOC + (str)) |
#define LOC QString("AOJack: ") |
Definition at line 36 of file audiooutputjack.cpp.
#define JERROR | ( | str | ) | Error(LOC + (str)) |
Definition at line 38 of file audiooutputjack.cpp.