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
1dd59061
Commit
1dd59061
authored
Jul 14, 2006
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove impossible #ifdef case
Originally committed as revision 5736 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b2b48c77
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
common.h
libavutil/common.h
+2
-12
No files found.
libavutil/common.h
View file @
1dd59061
...
@@ -176,18 +176,8 @@ typedef uint64_t uint_fast64_t;
...
@@ -176,18 +176,8 @@ typedef uint64_t uint_fast64_t;
/* windows */
/* windows */
# if !defined(__MINGW32__) && !defined(__CYGWIN__)
# define int64_t_C(c) (c ## i64)
# define uint64_t_C(c) (c ## i64)
# ifdef HAVE_AV_CONFIG_H
# define inline __inline
# endif
# else
# define int64_t_C(c) (c ## LL)
# define int64_t_C(c) (c ## LL)
# define uint64_t_C(c) (c ## ULL)
# define uint64_t_C(c) (c ## ULL)
# endif
/* __MINGW32__ */
# ifdef HAVE_AV_CONFIG_H
# ifdef HAVE_AV_CONFIG_H
# ifdef _DEBUG
# ifdef _DEBUG
...
...
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