Move device/hw/buffer_lock.h
to device/buffer_lock.h
This commit is contained in:
parent
dfc6df83cf
commit
13528eff1d
@ -1,4 +1,4 @@
|
||||
#include "device/hw/buffer_lock.h"
|
||||
#include "device/buffer_lock.h"
|
||||
#include "device/hw/buffer_list.h"
|
||||
#include "device/hw/buffer.h"
|
||||
#include "device/hw/v4l2.h"
|
@ -4,7 +4,7 @@
|
||||
#include "opts/log.h"
|
||||
#include "http/http.h"
|
||||
#include "device/hw/buffer.h"
|
||||
#include "device/hw/buffer_lock.h"
|
||||
#include "device/buffer_lock.h"
|
||||
#include "device/hw/buffer_list.h"
|
||||
#include "device/hw/device.h"
|
||||
#include "ffmpeg/remuxer.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include "opts/log.h"
|
||||
#include "http/http.h"
|
||||
#include "device/hw/buffer.h"
|
||||
#include "device/hw/buffer_lock.h"
|
||||
#include "device/buffer_lock.h"
|
||||
#include "device/hw/buffer_list.h"
|
||||
#include "device/hw/device.h"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include "http/http.h"
|
||||
#include "device/hw/buffer.h"
|
||||
#include "device/hw/buffer_lock.h"
|
||||
#include "device/buffer_lock.h"
|
||||
|
||||
DEFINE_BUFFER_LOCK(http_jpeg, 1000);
|
||||
DEFINE_BUFFER_LOCK(http_jpeg_lowres, 1000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user