-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to compile this source? #101
Comments
I cannot help, sorry. Except to say that I manually compile all the deps rather than using homebrew. |
Oh, I see so, which library are used in this application? Regards
|
All deps are detailed in the .pro |
ok, thanks
|
Hi, developer
I just tried to compile this project.
by the way, i have problem with libAV.
I compiled this project in QtCreator.
but it says <libavutils/avutil.h> file not found.
So I installed libAV by using homebrew
brew install libav
but this issue was not removed.
so, i installed ffmpeg
brew install ffmpeg
but it says some functions are deprecated and macro constant not found.
Can you please help me for compiling this project?
Regards
Jin
The text was updated successfully, but these errors were encountered: