File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
- name : compile test with ToxAV
55
55
run : |
56
56
cd amalgamation
57
- gcc -O3 -fPIC -g -fsanitize=address -fno-omit-frame-pointer amalgamation_test.c -DTEST_WITH_TOXAV $(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264 x265) -pthread -o amalgamation_test_av
57
+ gcc -O3 -fPIC -g -fsanitize=address -fno-omit-frame-pointer amalgamation_test.c -DHAVE_H265_ENCODER - DTEST_WITH_TOXAV $(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264 x265) -pthread -o amalgamation_test_av
58
58
59
59
- name : check binary with ToxAV
60
60
run : |
Original file line number Diff line number Diff line change 2
2
* compile a simple tox program with toxcore amalgamation (on a linux system):
3
3
*
4
4
* with ToxAV:
5
- * gcc -O3 -fPIC amalgamation_test.c -DTEST_WITH_TOXAV $(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264) -pthread -o amalgamation_test_av
5
+ * gcc -O3 -fPIC amalgamation_test.c -DHAVE_H265_ENCODER - DTEST_WITH_TOXAV $(pkg-config --cflags --libs libsodium opus vpx libavcodec libavutil x264 x265 ) -pthread -o amalgamation_test_av
6
6
*
7
7
* without ToxAV:
8
8
* gcc -O3 -fPIC amalgamation_test.c $(pkg-config --cflags --libs libsodium) -pthread -o amalgamation_test
You can’t perform that action at this time.
0 commit comments