-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile: Add aarch64 to the conditions of use of the cbrt function. v…
…6.0.72 (#3776) I got an error when cross-compiling the aarch64 platform, the log is as follows: `./libavutil/libm.h:54:32: error: static declaration of 'cbrt' follows non-static declaration` I see that there are such compilation errors in the trunk/auto/depends.sh file that have been resolved for the ARM and MIPSE platforms, and it is recommended to add the ARCH64 platform
- Loading branch information
1 parent
aa5ec87
commit a2e10f1
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
|
||
#define VERSION_MAJOR 6 | ||
#define VERSION_MINOR 0 | ||
#define VERSION_REVISION 71 | ||
#define VERSION_REVISION 72 | ||
|
||
#endif |