1 Star 0 Fork 0

孙全/myRtspClient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.armlinux 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
# Configure you cross compiling parameters here.
# If your arm-linux-gcc is installed by "apt-get", it would be:
#
CROSS_COMPILE_DIR= /usr
CROSS_COMPILE= $(CROSS_COMPILE_DIR)/bin/arm-linux-gnueabi-
#
# CROSS_COMPILE_DIR?=
# CROSS_COMPILE?=
COMPILE_OPTS = $(INCLUDES) -I. -O2
C = c
C_COMPILER = $(CROSS_COMPILE)gcc
C_FLAGS = $(COMPILE_OPTS)
CPP = cpp
CPLUSPLUS_COMPILER = $(CROSS_COMPILE)g++
CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall
OBJ = o
LINK = $(CROSS_COMPILE)g++ -o
LINK_OPTS = -lpthread
CONSOLE_LINK_OPTS = $(LINK_OPTS)
LIBRARY_LINK = ar cr
DYN_LIBRARY_LINK = $(CPLUSPLUS_COMPILER)
STC_LIBRARY_LINK_OPTS =
DYN_LIBRARY_LINK_OPTS = -fPIC -shared
LIB_SUFFIX = a
DYN_LIB_SUFFIX = so
LIBS_FOR_CONSOLE_APPLICATION =
LIBS_FOR_GUI_APPLICATION =
EXE =
###############################
# For crosscompiling to set
# RTP endian
# LITTLE_ENDIAN as default
###############################
# RTP_ENDIAN = BIG_ENDIAN
# OR
# RTP_ENDIAN = LITTLE_ENDIAN
RTP_ENDIAN = LITTLE_ENDIAN
###############################
# JThread enable/disable
# DISABLE as default
###############################
# RTP_JTHREAD = ENABLE
# OR
# RTP_JTHREAD = DISABLE
RTP_JTHREAD = DISABLE
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunshengquan110/myRtspClient.git
git@gitee.com:sunshengquan110/myRtspClient.git
sunshengquan110
myRtspClient
myRtspClient
master

搜索帮助