⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 unicap provides an uniform access to video capture devices. Currently you can access v4l, v4l2, IIDC
💻
字号:
all: sdl_image_savingsdl_image_saving: sdl_image_saving.c colorspace.c	$(CC) -o $@ $^ `pkg-config libunicap --cflags --libs` `sdl-config --cflags --libs` -ljpegclean: 	rm -f *.o	rm -f *~	rm -f sdl_image_saving

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -