Skip to content

Commit 38879ca

Browse files
committed
on test compiling amalgamation also compile x265 encoder parts
1 parent 5d9fbe2 commit 38879ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.localrun/generate_amalgamation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ ls -hal amalgamation/toxcore_amalgamation.c
205205
ls -hal amalgamation/toxcore_amalgamation_no_toxav.c
206206
#
207207
#
208-
gcc -O3 -fPIC amalgamation/toxcore_amalgamation.c \
209-
$(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264) -pthread \
208+
gcc -O3 -fPIC -DHAVE_H265_ENCODER amalgamation/toxcore_amalgamation.c \
209+
$(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264 x265) -pthread \
210210
-c -o amalgamation/libtoxcore.o
211211
#
212212
ls -hal amalgamation/libtoxcore.o

0 commit comments

Comments
 (0)