Skip to content

Commit

Permalink
Change CFLAGS for rRTSPServer
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Jan 3, 2025
1 parent cfacd5e commit 2b49d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rRTSPServer/init.rRTSPServer
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd fdk-aac

./configure CC=arm-openwrt-linux-gcc \
--prefix=$SCRIPT_DIR/fdk-aac/_install \
CFLAGS="-Os -mcpu=cortex-a7 -mfpu=neon-vfpv4 -I/opt/yi/toolchain-sunxi-musl/toolchain/include -L/opt/yi/toolchain-sunxi-musl/toolchain/lib" \
CFLAGS="-Os -ffunction-sections -fdata-sections -mcpu=cortex-a7 -mfpu=neon-vfpv4 -I/opt/yi/toolchain-sunxi-musl/toolchain/include -L/opt/yi/toolchain-sunxi-musl/toolchain/lib" \
AR=arm-openwrt-linux-ar \
RANLIB=arm-openwrt-linux-ranlib \
--host=arm \
Expand Down

0 comments on commit 2b49d29

Please sign in to comment.