📄 makefile
字号:
###
### Copyright (c) 2001-2002 Equator Technologies, Inc.
###
#########################################################################
###
### DESCRIPTION:
### Makefile for test application for video capture and display.
###
#########################################################################
TOP := ../..
# Name and type of the target for this Makefile
APP_TARGET := vidcap
# Object files that compose the target
OBJS := vidcap vidcapmain
# Libraries that the target uses
LIBS := \
mediadrv \
ds
## Suppress warnings about calling library functions for math operations
CFLAGS += -mP2OPT_suppress_library_call_conv_warnings=TRUE
include $(TOP)/common.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -