| Summary: | Не собирается без ffmpeg | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Vitaly Lipatov <lav> |
| Component: | xpra | Assignee: | kondratyuk <kondratyuk> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | grenka, lav |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
| Bug Depends on: | 33155 | ||
| Bug Blocks: | |||
Отправил xpra-2.3.2-alt1, собранный с ffmpeg 4.0. |
creating build/temp.linux-x86_64-2.7/xpra/codecs/enc_ffmpeg gcc -DNDEBUG -pipe -Wall -g -O3 -pipe -Wall -g -O2 -fPIC -I/usr/include/python2.7 -c xpra/codecs/enc_ffmpeg/encoder.c -o build/temp.linux-x86_64-2.7/xpra/codecs/enc_ffmpeg/encoder.o -Wall -Wall -fPIC xpra/codecs/enc_ffmpeg/encoder.c: In function '__pyx_pf_4xpra_6codecs_10enc_ffmpeg_7encoder_7Encoder_init_context': xpra/codecs/enc_ffmpeg/encoder.c:5917:30: error: 'AV_CODEC_ID_H265' undeclared (first use in this function) __pyx_v_video_codec_id = AV_CODEC_ID_H265;