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
c45b5de0
Commit
c45b5de0
authored
Oct 16, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #endif comments.
Originally committed as revision 6709 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
39051d5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bitstream.h
libavcodec/bitstream.h
+1
-1
postprocess.c
libpostproc/postprocess.c
+1
-1
No files found.
libavcodec/bitstream.h
View file @
c45b5de0
...
...
@@ -200,7 +200,7 @@ unaligned(16)
unaligned
(
32
)
unaligned
(
64
)
#undef unaligned
#endif /
/!ARCH_X86
#endif
/
* defined(ARCH_X86) || defined(ARCH_X86_64) */
#ifndef ALT_BITSTREAM_WRITER
static
inline
void
put_bits
(
PutBitContext
*
s
,
int
n
,
unsigned
int
value
)
...
...
libpostproc/postprocess.c
View file @
c45b5de0
...
...
@@ -594,7 +594,7 @@ static always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPC
#if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT)
#define COMPILE_3DNOW
#endif
#endif /
/ARCH_X86
#endif
/
* defined(ARCH_X86) || defined(ARCH_X86_64) */
#undef HAVE_MMX
#undef HAVE_MMX2
...
...
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