mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
all: clean up cDemux headers
This commit is contained in:
@@ -58,7 +58,7 @@ extern cVideo *videoDecoder;
|
||||
#define DFBCHECK(x...) \
|
||||
err = x; \
|
||||
if (err != DFB_OK) { \
|
||||
fprintf(stderr, "%s <%d>:\n\t", __FILE__, __LINE__ ); \
|
||||
fprintf(stderr, "lt_dfbinput.cpp:%d:\n\t", __LINE__); \
|
||||
DirectFBErrorFatal(#x, err ); \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user