maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
399 stars 78 forks source link

ESP-IDF v4.1 #65

Open Alexander-arc opened 4 years ago

Alexander-arc commented 4 years ago

Hello, can You help me to explaine how build project in esp-idf >v4.1. In v3.2 project builds ok. When I try to build project there are errors:

... ../main/streaming.c:18:10: fatal error: x264.h: No such file or directory

include <x264.h>

... ../main/crypto.c: In function 'encrypt_counter': ../main/crypto.c:24:9: error: implicit declaration of function 'wc_AesEncryptDirect'; did you mean 'wc_AesCbcEncrypt'? [-Werror=implicit-function-declaration] wc_AesEncryptDirect(aes, keystream, iv); ^~~~~~~ wc_AesCbcEncrypt

Thank you

dabeani commented 3 years ago

same Problem here! any news?