Move part of http/
into util/http/
This commit is contained in:
parent
2299bf9708
commit
17ec167dd9
@ -1,4 +1,4 @@
|
|||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "util/opts/opts.h"
|
#include "util/opts/opts.h"
|
||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
#include "util/opts/fourcc.h"
|
#include "util/opts/fourcc.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "util/opts/opts.h"
|
#include "util/opts/opts.h"
|
||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
#include "util/opts/fourcc.h"
|
#include "util/opts/fourcc.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "util/opts/opts.h"
|
#include "util/opts/opts.h"
|
||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
#include "util/opts/fourcc.h"
|
#include "util/opts/fourcc.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
#include "util/opts/fourcc.h"
|
#include "util/opts/fourcc.h"
|
||||||
#include "device/buffer_list.h"
|
#include "device/buffer_list.h"
|
||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
|
|
||||||
int camera_configure_isp(camera_t *camera, buffer_list_t *src_capture, float high_div, float low_div)
|
int camera_configure_isp(camera_t *camera, buffer_list_t *src_capture, float high_div, float low_div)
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
#include "util/opts/fourcc.h"
|
#include "util/opts/fourcc.h"
|
||||||
#include "device/buffer_list.h"
|
#include "device/buffer_list.h"
|
||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "rtsp/rtsp.h"
|
#include "rtsp/rtsp.h"
|
||||||
|
|
||||||
static const char *jpeg_names[2] = {
|
static const char *jpeg_names[2] = {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "device/buffer.h"
|
#include "device/buffer.h"
|
||||||
#include "device/buffer_lock.h"
|
#include "device/buffer_lock.h"
|
||||||
#include "device/buffer_list.h"
|
#include "device/buffer_list.h"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "device/buffer.h"
|
#include "device/buffer.h"
|
||||||
#include "device/buffer_lock.h"
|
#include "device/buffer_lock.h"
|
||||||
#include "device/buffer_list.h"
|
#include "device/buffer_list.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "device/buffer.h"
|
#include "device/buffer.h"
|
||||||
#include "device/buffer_lock.h"
|
#include "device/buffer_lock.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
#include "http/http.h"
|
#include "util/http/http.h"
|
||||||
#include "device/buffer.h"
|
#include "device/buffer.h"
|
||||||
#include "device/buffer_list.h"
|
#include "device/buffer_list.h"
|
||||||
#include "device/device.h"
|
#include "device/device.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#include "http/http.h"
|
#include "http.h"
|
||||||
#include "util/opts/log.h"
|
#include "util/opts/log.h"
|
||||||
|
|
||||||
static int http_listen(int port, int maxcons)
|
static int http_listen(int port, int maxcons)
|
@ -1,7 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "http/http.h"
|
#include "http.h"
|
||||||
|
|
||||||
static void http_write_response(
|
static void http_write_response(
|
||||||
FILE *stream,
|
FILE *stream,
|
Loading…
x
Reference in New Issue
Block a user