forked from marfrit/libva-v4l2-request-fourier
tree: Rename the header and defines
The sunxi_cedrus.h header contains a bunch of defines prefixed with SUNXI_CEDRUS. As part as the ongoing migration to a more generic name, change that prefix for V4L2_REQUEST, and the header file to request.h Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+2
-2
@@ -27,14 +27,14 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "sunxi_cedrus.h"
|
||||
#include "request.h"
|
||||
#include "utils.h"
|
||||
|
||||
void request_log(const char *format, ...)
|
||||
{
|
||||
va_list arguments;
|
||||
|
||||
fprintf(stderr, "%s: ", SUNXI_CEDRUS_STR_VENDOR);
|
||||
fprintf(stderr, "%s: ", V4L2_REQUEST_STR_VENDOR);
|
||||
|
||||
va_start(arguments, format);
|
||||
vfprintf(stderr, format, arguments);
|
||||
|
||||
Reference in New Issue
Block a user