12 Star 20 Fork 8

cM / rtp2jpeg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
TOP_DIR := $(shell pwd)
APP = $(TOP_DIR)/bin/camera_encode
CC = gcc
CFLAGS = -g
LIBS = -lpthread -ljpeg -lm
HEADER =
OBJS = video_capture.o sock.o mjpeg_encode.o engine.o main.o
all: $(OBJS)
$(CC) -g -o $(APP) $(OBJS) $(LIBS)
clean:
rm -f *.o a.out $(APP)/bin/camera_encode core *~ *.jpg
C
1
https://gitee.com/OpenWrt-X/rtp2jpeg.git
git@gitee.com:OpenWrt-X/rtp2jpeg.git
OpenWrt-X
rtp2jpeg
rtp2jpeg
master

搜索帮助