diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-04-28 12:23:04 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-04-28 12:23:04 +0000 |
| commit | 3cddda083f4ace59e279f9f4f6ae12bad079d33b (patch) | |
| tree | debf994903caaefaa329ee708501625b56fe34f9 /lib/dvb/scan.cpp | |
| parent | e933d514f93eb0690cf071c24f127017f9b80716 (diff) | |
| download | enigma2-3cddda083f4ace59e279f9f4f6ae12bad079d33b.tar.gz enigma2-3cddda083f4ace59e279f9f4f6ae12bad079d33b.zip | |
- add dvb resource management
- scan hardcoded to dvb-s again
- added untested recording support (data io thread still missing)
Diffstat (limited to 'lib/dvb/scan.cpp')
| -rw-r--r-- | lib/dvb/scan.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index b6d0575b..0fc3e0a8 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -13,8 +13,8 @@ #include <lib/base/eerror.h> #include <errno.h> -#define SCAN_eDebug(x...) -#define SCAN_eDebugNoNewLine(x...) +#define SCAN_eDebug(x...) eDebug(x) +#define SCAN_eDebugNoNewLine(x...) eDebugNoNewLine(x) DEFINE_REF(eDVBScan); |
