undefined reference to `av_get_cpu_flags' on GNU/Linux distros #2
Comments
|
This fixed my compilation process after compiling ffmpeg from source. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I compiled ffmpeg with static versions of the libraries.
On the linking step I received the following errors:
Please fix gcc linker library order
In your BBQScreenClient2.linux.pro file:
But we need to (re-order):
Patch:
raw patch
The text was updated successfully, but these errors were encountered: