Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
c4d82fea
Commit
c4d82fea
authored
Jan 07, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generic M_PI define
Originally committed as revision 1418 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8d268a7d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
common.h
libavcodec/common.h
+4
-3
No files found.
libavcodec/common.h
View file @
c4d82fea
...
...
@@ -33,6 +33,10 @@
# define ENODATA 61
# endif
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#endif
/* HAVE_AV_CONFIG_H */
/* Suppress restrict if it was not defined in config.h. */
...
...
@@ -79,9 +83,6 @@ typedef INT64 int64_t;
# define UINT64_C(c) (c ## ULL)
# endif
/* __MINGW32__ */
# define M_PI 3.14159265358979323846
# define M_SQRT2 1.41421356237309504880
/* sqrt(2) */
# ifdef _DEBUG
# define DEBUG
# endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment