mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Fix build of vulkan/dmabuf_fallback.c
This commit is contained in:
parent
6b73cc15da
commit
d2750420c6
1 changed files with 2 additions and 2 deletions
|
|
@ -32,11 +32,11 @@ bool dmabuf_check_sync_file_import_export(struct spa_log *log) {
|
|||
}
|
||||
|
||||
bool dmabuf_import_sync_file(struct spa_log *log, int dmabuf_fd, uint32_t flags, int sync_file_fd) {
|
||||
spa_log_error("DMA-BUF sync_file import IOCTL not available on this system");
|
||||
spa_log_error(log, "DMA-BUF sync_file import IOCTL not available on this system");
|
||||
return false;
|
||||
}
|
||||
|
||||
int dmabuf_export_sync_file(struct spa_log *log, int dmabuf_fd, uint32_t flags) {
|
||||
spa_log_error("DMA-BUF sync_file export IOCTL not available on this system");
|
||||
spa_log_error(log, "DMA-BUF sync_file export IOCTL not available on this system");
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue