We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9fbe2 commit 38879caCopy full SHA for 38879ca
.localrun/generate_amalgamation.sh
@@ -205,8 +205,8 @@ ls -hal amalgamation/toxcore_amalgamation.c
205
ls -hal amalgamation/toxcore_amalgamation_no_toxav.c
206
#
207
208
-gcc -O3 -fPIC amalgamation/toxcore_amalgamation.c \
209
- $(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264) -pthread \
+gcc -O3 -fPIC -DHAVE_H265_ENCODER amalgamation/toxcore_amalgamation.c \
+ $(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264 x265) -pthread \
210
-c -o amalgamation/libtoxcore.o
211
212
ls -hal amalgamation/libtoxcore.o
0 commit comments